-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cy.wait()
sometimes waits forever for a cy.intercept()
that did occur
#30920
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior
This snippet of code will randomly fail because it waits forever on the
cy.wait("@uploadModel")
Desired behavior
Recognize the POST request that matched the
cy.intercept()
and move on.Test code to reproduce
Not sure how to reproduce as it doesn't happen consistently.
Cypress Version
13.6.1
Node version
v18.20.5
Operating System
Docker image. Distributor ID: Debian Description: Debian GNU/Linux 11 (bullseye) Release: 11 Codename: bullseye; Host: Distributor ID: Ubuntu Description: Ubuntu 22.04.5 LTS Release: 22.04 Codename: jammy
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: