Skip to content

mgr32/cypress-issue-15618

Repository files navigation

cypress-issue-15618

Reproduce steps

  1. Run npm install.
  2. Run npm start.
  3. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published