Proko Mountrichas

Results 1 comments of Proko Mountrichas

[This](https://docs.cypress.io/api/commands/session#Test-Isolation-Enabled) helped me solve the issue. With `testIsolation` enabled I had to do a new `cy.visit()` within the spect (in a beforeEach in my case)