-
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
Not able to use cy.route() if application enable cache #7903
Comments
Ideally a reproducible example will be best, so that we can narrow down the issue ourselves. Can you provide one? Thanks! |
|
Can you provide a reproducible example? I wonder if disabling service workers would have some effect #702 |
Unfortunately we have to close this issue as there is not enough information to reproduce the problem. This does not mean that your issue is not happening - it just means that we do not have a path to move forward. Please comment in this issue with a reproducible example and we will consider reopening the issue. It'd be nice to have an example of why this is not working when Service Workers are enabled. |
#702 that was the issue. |
not able to use cy.route while application using cache.
before i was able to wait for response by using this.
but now it's not able to wait for a response
Cypress version 4.9
Electron, chrome
The text was updated successfully, but these errors were encountered: