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.Dismiss alert
Describe the bug
Cypress has an open bug where cancelled requests aren't resolved in any way when using cy.intercept. This caused the pending counter in cypress-playback to be inaccurate in those cases, and cause unintended recording failures when there are cancelled requests while recording.
To Reproduce
I'll provide if needed, but the linked issues should provide enough context.
Expected behavior
Expect to be able to record network requests even if there are cancelled requests within. Alternatively would like if there's a workaround in the readme or library provided.
The text was updated successfully, but these errors were encountered:
Describe the bug
Cypress has an open bug where cancelled requests aren't resolved in any way when using
cy.intercept
. This caused the pending counter incypress-playback
to be inaccurate in those cases, and cause unintended recording failures when there are cancelled requests while recording.See: cypress-io/cypress#19326
To Reproduce
I'll provide if needed, but the linked issues should provide enough context.
Expected behavior
Expect to be able to record network requests even if there are cancelled requests within. Alternatively would like if there's a workaround in the readme or library provided.
The text was updated successfully, but these errors were encountered: