Cypress creates 2 user sessions in 1 test #28639
Unanswered
oobertas
asked this question in
Questions and Help
Replies: 1 comment
-
Facing the same issue right now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am facing the following problem. The application in test only allows one session per user. However, with every test cypress starts 2 sessions for some reason which does not allow user to login successfully. How can this be fixed? (Logging in with API or using cy.session() is not an option here), login has to be fully imitated if it was user. Is there any configuration that can disable it, or is it a bug in cypress?
Beta Was this translation helpful? Give feedback.
All reactions