-
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
.intercept() does not provide statusCode and response body in GUI #18757
Comments
I'm also having this issue. Is there a workaround? A way to look at the XMLHttpRequest object for a request that Cypress thinks never completes? |
The code for this is done in cypress-io/cypress#20535, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior
I’m having trouble with intercepting a request in my application. I should be able to look into the response body, but it is not visible. Status code is 0. I can see the proper response and status code about once in 100 times, not sure what exactly causes it to appear. But I can see that the dot is grey instead of being blue in the GUI.
Desired behavior
No response
Test code to reproduce
https://github.com/filiphric/trelloapp-vue-vite-ts/blob/failing-to-load-response-body/cypress/integration/example.spec.ts
Cypress Version
8.7.0
Other
No response
The text was updated successfully, but these errors were encountered: