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
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Click on 'COMPARE SNAPSHOT'
Click on 'Update Snapshot'
Expected behavior
A clear and concise description of what you expected to happen.
Temp Solution (does not work for firefox)
add "chromeWebSecurity": true to cypress.json
Permanent Solution
you probably want upgrade socket-io and enable cors for all origins.
socket-io <2.4 had this enabled by default, but socket-io 2.2.0 had a bug where this was broken. socketio/socket.io#3381
Screenshots
Desktop (please complete the following information):
OS: OSX Big Sur
Cypress Version: 4.5.0+
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Temp Solution (does not work for firefox)
add
"chromeWebSecurity": true
to cypress.jsonPermanent Solution
you probably want upgrade socket-io and enable cors for all origins.
socket-io <2.4 had this enabled by default, but socket-io 2.2.0 had a bug where this was broken.
socketio/socket.io#3381
Screenshots
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: