https://cypress.io logo
I'm trying to create two cy.session calls that tak...
# e2e-testing
l
I'm trying to create two cy.session calls that take the same parameters (email and password) but have different behaviors (setup). One for registering a test user, the other logging them on. Cypress complains
Copy code
You may not call cy.session() with a previously used name and different options. If you want to specify different options, please use a unique name other than
I don't have different options specified, so I'm assuming that it's complaining about the two setups, which shouldn't be an issue. Does anyone have any experience with this?