-
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
Assertion diff is not shown when an assertion fails and is retried #6722
Comments
The code for this is done in cypress-io/cypress#6467, but has yet to be released. |
The code for this is done in cypress-io/cypress#6724, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
When an assertion is retried (using
cy.should()
) and fails, it does not show a diff in the stdout. If the same assertion is not retried, it will show the diff.Desired behavior:
Failing assertions should show diffs in the stdout regardless of whether they are retried or not.
Test code to reproduce
This works properly and shows what the diff should look like.
This demonstrates the issue.
Versions
Cypress 4.1.0
The text was updated successfully, but these errors were encountered: