Reproduce steps
- Run npm install.
- Run npm start.
- Run test.spec.js.
Outcome
Test fails - video output:
video-bad.mp4
Workaround:
Edit cypress-issue.html
- change:
:root {
scroll-behavior: smooth;
}
to:
:root {
scroll-behavior: auto;
}
and re-run the test - it succeeds, video output:
video-good.mp4
Alternatively, leave scroll-behavior: smooth
and downgrade Cypress to 6.7.0 (the highest working version).
More info
Reproduced on Windows 10, Node 16.13.1 and on all browsers - Chrome 97, Firefox 96 and Electron 94.