-
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
Crash when moving test to test #1269
Comments
It looks like your app is doing some kind of redirect or has some security mechanism in place that breaks Cypress. Without more information debugging this is impossible. We'd need a reproducible repo or access to an external server with this behavior. It almost appears that your site is doing framebusting whereby it's redirecting Cypress. There are lots of other issues open that describe this and we've provided several workarounds for it. Most recent issue is this: #1245 |
Some updates to frame-busting changes we're making can be read here: #886 |
Tks, i'm closing and watching other tickets and feedbacking when works. |
Is this a Feature or Bug?
Bug
Current behavior:
After the last step of first step, browser crash and present error in console.
Desired behavior:
Finish the first test and go next.
Error in console:
WebSocket connection to 'ws://localhost:7001/__socket.io/?EIO=3&transport=websocket' failed: Error during WebSocket handshake: Unexpected response code: 404
Info
In the last step, click on the button. This button make a XHR call that return a new tab.
Test code:
Additional Info (images, stack traces, etc)
The text was updated successfully, but these errors were encountered: