-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Flaky test in e2e/rerun_spec.coffee. #5545
Comments
1 task
The code for this is done in cypress-io/cypress#5546, but has yet to be released. |
Released in 3.6.0 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Current behavior:
rerun_spec.coffee test sometimes fails even when there was no change in
cy.viewport
.Check #5543, #5362, #5528, #5519, etc.
With an error message:
Uncaught SyntaxError: Unexpected token }
Desired behavior:
Don't fail if there is no change in cy.viewport.
Steps to reproduce: (app code and test code)
As it's flaky, it's hard to reproduce. For example, I just added a regex and replace in #5544, it failed.
Interestingly, it passed in local Ubuntu.
Versions
The text was updated successfully, but these errors were encountered: