You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you go to a page with "cy.visit" and this one has an automatic redirection to another page with a different url base, the side bar on the left of Cypress disappears and the test pauses indefinitely.
Nothing more happens while the test still has steps to perform on the page as you can see on the screenshot.
This problem also appears on another test where after an automatic redirection from one page to another, the side bar disappears and the test is "paused" without displaying anything in error.
Desired behavior
Be able to continue the test steps (e.g. filling in input elements) on the page generated by the automatic redirection.
Test code to reproduce
I am not able to send you the code since it contains confidential data.
To reproduce you have to make a "cy.visit" on a page which has an automatic redirection as of its appearance towards another page with a different base url.
Cypress Version
10.4.0
Other
I have chromeWebSecurity: false in my config file
The text was updated successfully, but these errors were encountered:
It's not clear that this is definitely related, but the end state is the same, the Cy browser ends up showing the application in top instead of in its own iframe, so it might be worth considering together.
Hi @leobaLMK. Thank you for opening an issue. Is it possible to make a quick reproduction example for us to run on our end and get the same results. This almost looks like frame busting @marktnoonan, but I'm not entirely sure. @leobaLMK have you tried using the experimentalModifyObstructiveThirdPartyCode flag and seeing if the issue persists?
Unfortunately we have to close this issue due to inactivity. Please comment if there is new information to provide concerning the original issue and we can reopen.
we investigated exactly the same problem. Unfortunately, I can not provide a reproduction example.
We set our baseUrl to our Frontend application which makes an redirect ( oidc ) to our backend to the login page.
Is there anything that we can provide? Logs what ever?
Current behavior
When you go to a page with "cy.visit" and this one has an automatic redirection to another page with a different url base, the side bar on the left of Cypress disappears and the test pauses indefinitely.
Nothing more happens while the test still has steps to perform on the page as you can see on the screenshot.
This problem also appears on another test where after an automatic redirection from one page to another, the side bar disappears and the test is "paused" without displaying anything in error.
Desired behavior
Be able to continue the test steps (e.g. filling in input elements) on the page generated by the automatic redirection.
Test code to reproduce
I am not able to send you the code since it contains confidential data.
To reproduce you have to make a "cy.visit" on a page which has an automatic redirection as of its appearance towards another page with a different base url.
Cypress Version
10.4.0
Other
I have chromeWebSecurity: false in my config file
The text was updated successfully, but these errors were encountered: