You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
I've set up cy.intercept() for a request that goes out quickly 3 times. Each has a times to respond once. Sometimes when this test is run, it hangs on the last cy.wait() even though all 3 requests did occur.
The code for this is done in cypress-io/cypress#16457, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior
I've set up
cy.intercept()
for a request that goes out quickly 3 times. Each has atimes
to respond once. Sometimes when this test is run, it hangs on the lastcy.wait()
even though all 3 requests did occur.Test code to reproduce
https://github.com/jennifer-shehane/cypress-intercept-times-flake
Versions
Cypress 7.3.0
The text was updated successfully, but these errors were encountered: