Open sevilyilmaz opened 3 years ago
Describe the bug Image snapshots changes after upgrading Cypress from 6.6.0 to 7.3.0. They are moved 1px to the right and outside of the viewport.
To Reproduce Steps to reproduce the behavior:
Expected behavior The image snapshots should be the same.
Screenshots
Expected
Actual
Diff
Desktop (please complete the following information):
Additional context I'm using the cypress/vue for component testing.
actually I cannot even install cypress-plugin-snapshots on cypress-7.4.0 since npm bombs out due to the peer dependency spec cypress@"^4.5.0".
cypress-plugin-snapshots
cypress-7.4.0
cypress@"^4.5.0"
I am getting this issue too!
Describe the bug Image snapshots changes after upgrading Cypress from 6.6.0 to 7.3.0. They are moved 1px to the right and outside of the viewport.
To Reproduce Steps to reproduce the behavior:
Expected behavior The image snapshots should be the same.
Screenshots
Expected
Actual
Diff
Desktop (please complete the following information):
Additional context I'm using the cypress/vue for component testing.