When using cypress for tests, your session and local storage data will be
cleared after every test. This is a good default, but might make the tests
slower as the login is one of the slowest part of most applications (as the
password hashing in the background takes a lot