-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cy.visit not working for "https://hinduism.stackexchange.com" #20233
Comments
It looks like they have some framebusting code, which is breaking the application under test (https://hinduism.stackexchange.com/) out of Cypress' iframe. You have a couple of options:
Hopefully that provides some helpful pointers. |
Yes, this is not the site I control. I just took this is an example during live demonstrate of how to use cypress. But it failed. |
Closing because of the inactivity. |
Hi, I found this answer: They said that embedding StackExchange website inside |
Current behavior
When I'm writing some sample tests to visit "https://hinduism.stackexchange.com", Cypress attempt to run tests but reports no test to run eventually
.
Desired behavior
cy.visit()
should be able to visit any URL.Test code to reproduce
Cypress Version
9.5.0
Other
I've already tested with v8 and v9 but it is not working.
The text was updated successfully, but these errors were encountered: