You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: