Describe the bug
Every X runs, a test will fail because a snapshot is cut at the bottom. Rerunning the test will usually result in the correct snapshot again. The failing test is not always the same, it seems completely random
To Reproduce
All snapshots are created using:
cy.document().toMatchImageSnapshot();
Expected behavior
Screenshots are always complete
Screenshots
Desktop (please complete the following information):
MacOS Big Sur
Cypress Version 5.5.0, but happed in earlier versions, too
Describe the bug Every X runs, a test will fail because a snapshot is cut at the bottom. Rerunning the test will usually result in the correct snapshot again. The failing test is not always the same, it seems completely random
To Reproduce All snapshots are created using: cy.document().toMatchImageSnapshot();
Expected behavior Screenshots are always complete
Screenshots
Desktop (please complete the following information):
Configuration