UI inside Iframe not getting displayed on trying to load from cypress #28824
Unanswered
rakigr77
asked this question in
Questions and Help
Replies: 1 comment
-
I am also facing same problem. Please help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I am trying load Test application using cypress. post the login(which is successful). The UI inside the iframe is not getting displayed. reset of the UI loading without issue. Any idea why UI is not loading.
On manually loading it looks like below:-
UI inside the iframe:-
Screenshot from Cypress Run
Code Snippet:
import 'cypress-iframe'
describe('My First Test', () => {
it('Visits the Kitchen Sink', () => {
cy.visit('https://test.sonic.bankwest.com.au/HomeLendingPortalContainer')
cy.get('#BrokerId').type('')
cy.get('#Password').type('')
cy.get('.button').click()
})
})
Beta Was this translation helpful? Give feedback.
All reactions