HSLdevcom / jore4

Public transport registry
European Union Public License 1.2
4 stars 2 forks source link

Remove unnecessary cypress visits from e2e tests #1706

Open culka opened 3 months ago

culka commented 3 months ago

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