Skip to content
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

cypress tests are failing for chrome #282

Closed
danielkaxis opened this issue Oct 3, 2023 · 0 comments · Fixed by #281
Closed

cypress tests are failing for chrome #282

danielkaxis opened this issue Oct 3, 2023 · 0 comments · Fixed by #281
Labels
bug Something isn't working

Comments

@danielkaxis
Copy link
Collaborator

Describe the bug

cypress tests are not passing in chrome
The issue is related to this issue in cypress github cypress-io/cypress#27804
By upgrading cypress to 12.15.0 cypress is using --headless=new as default.
By upgrading we get other issues but cypress now recommends test isolation to be enabled by default.
Not many tests in this repo fulfills these requirements. By passing config to each test { testIsolation: false } we can get around the issue.

To reproduce

Steps to reproduce the behavior:

  1. yarn cypress:ui-tests
  2. yarn cypress:chrome

Environment

  • OS and version: [Ubuntu 20.04]
@danielkaxis danielkaxis added the bug Something isn't working label Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant