-
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
Percy snapshot of internal Config test sometimes does not have config as opened. #8124
Comments
I can confirm that this behavior exists with Percy as well as with |
@StapleMink This is an issue related to our own internal tests and not the Cypress product itself. If you have an issue relating to |
This is assumed fixed in 5.0-branch here: 01cc5e9 |
The code for this is done in cypress-io/cypress#7753, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v5.0.0, please open a new issue. |
Current behavior:
We're taking percy snapshots of the config in our Settings panel of the Desktop-GUI, but sometimes this screenshot is not correct (I've had to ignore 4+ times now) - it's not waiting for the panel to be opened. I don't understand how this is happening at all, it's almost as if the percy snapshot is being taken before the other commands run.
Failing percy https://percy.io/cypress-io/cypress/builds/6304631
We're asserting that the height of the element should be greater than 400, so why is this screenshot being taken before it is visually expanded.
Desired behavior:
Need consistent screenshots for screenshot diffing.
Versions
4.11.0
The text was updated successfully, but these errors were encountered: