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
The code for this is done in cypress-io/cypress#5546, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
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: