Maybe a bug in 6.0.1 - any ideas? #9421
Unanswered
Nasicus
asked this question in
Questions and Help
Replies: 2 comments 2 replies
-
I'm seeing the same thing and it usually happens with larger and/or slower API calls. Thought maybe there might be a way to intercept only Another maybe unrelated thing is that sometimes this |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this is the bug - #8999. Looks like it's fixed in 6.1.0 but I haven't confirmed |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just upgraded to
6.0.1
and replaced all mycy.route
withcy.intercept
.I think this is a bug, but didn't create one yet, since it happens only every ~3 times I run the test and I have no idea why or how to reproduce it.
As you can see it says it timed out waiting for the response, even though it even writes one line above
ResponseReceived
.And then I rerun it and sometimes it suddenly works:
Code looks like this:
Note that we have in total around 2400 tests (not all of them use intercept and not all of theme are UI testes, some only test the endpoints). And only this one and another one (same file and same route) fails.
Beta Was this translation helpful? Give feedback.
All reactions