Cookies sporadically missing in one request out of many #27487
Unanswered
mutefiRe
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
-
Hi, we are facing flaky tests because in one request out of many (all having the same url) sometimes the cookie header is missing.
It's hard to reproduce in a clean setup so I couldn't create an issue yet, but wanted to ask if someone is facing the same issue or has an idea why this is happening.
The requests are caused by the application itself, all surrounding API requests within the same test case do have the cookie header set correctly. There is also no
set-cookie
or cookie invalidation between.Happening in Chrome 115 with Cypress 12.17.3. The cookie is httponly, samesite.
Beta Was this translation helpful? Give feedback.
All reactions