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

Remove unnecessary cypress visits from e2e tests #1706

Open
culka opened this issue Mar 12, 2024 · 0 comments
Open

Remove unnecessary cypress visits from e2e tests #1706

culka opened this issue Mar 12, 2024 · 0 comments

Comments

@culka
Copy link
Contributor

culka commented Mar 12, 2024

Remove extra cy.visit function calls from e2e-tests. This should be only needed once per test, exceptions are tests that use the map. When running e2e-tests in local environment it uses dev build and it's not optimized and loads about 45MB each time cy.visit is called.

Relates to #1685

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants