Test works locally but fails in the CI, it looks like cypress removing some cookies after navigating off domain #23078
Unanswered
ilarion-soloviov-caseware
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.
-
Hi, everyone! My test runs without any problems locally, but fails on the auth2 after redirecting in CI. As I think it's connected with losing cookies, because it works on CI when I intercept the request of redirect and add such lines in code:
Cypress version is 9.7.
Do you have any ideas why it can happen? It looks like Cypress doesn't put cookies in the request. May be it's a bug of 9.7 version and it fixed in the later versions ?
Beta Was this translation helpful? Give feedback.
All reactions