cy.getCookie('sid').should('exist') failed. #32431
Unanswered
mrdulin
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My login process is similar with this example
The first test passes but the second test case always fails at first run.
/auth-service/signin
API will return theSet-Cookie
response header and 302 HTTP status code.E2E Test result:

cypress.config.ts
:Package version:
"cypress": "^15.1.0"
Beta Was this translation helpful? Give feedback.
All reactions