-
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.route() doesn't intercept calls during 303 redirect #2621
Labels
type: duplicate
This issue or pull request already exists
Comments
Yes, this likely is a situation that's not being taken into account with stubbing routes. Thanks for opening this issue. |
jennifer-shehane
added
type: bug
stage: ready for work
The issue is reproducible and in scope
labels
Oct 17, 2018
Duplicate of #3190 |
jennifer-shehane
added
type: duplicate
This issue or pull request already exists
and removed
stage: ready for work
The issue is reproducible and in scope
type: bug
labels
Jan 23, 2019
This was referenced Jan 11, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current behavior:
cy.route()
.Desired behavior:
The stub should intercept the redirected xhr.
Steps to reproduce:
Versions
3.1.0, MacOS, Electron 59
The text was updated successfully, but these errors were encountered: