- For each email, new session details will be created and stored in memory.
- If we try to re-authenticate with the same email, instead of performing authentication steps it will reuse session details from the previous authentication.
Note:
Each session request needs to be followed by cy.visit("/<Some URL>")
since the session command will clear the current content on the page.