Cypress test hang up when intercepting requests #19750
Unanswered
bosix
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 everyone,
I am facing an error where a Cypress test hangs and does not continue without any further output. I believe the problem is on our end, so this is not a bug report, but I need help understanding the cause of the error.
With debug mode enabled, I can see that the
browserRequestId
is undefined when the test hangs. Here are the complete log entries:I have to mention that the test kind of "flickers" so sometimes it works and sometimes it doesn't and when it works, the
browserRequestId
has a value (e.g.14983.113
).Can someone tell me what
browserRequestId
is for and what can cause it to be undefined?Beta Was this translation helpful? Give feedback.
All reactions