Skip to content
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

Protocol: Fix issue with assets routed to the service worker being captured by protocol #28516

Closed
ryanthemanuel opened this issue Dec 13, 2023 · 1 comment · Fixed by #28517
Closed

Comments

@ryanthemanuel
Copy link
Collaborator

ryanthemanuel commented Dec 13, 2023

Current Behavior

Correlating requests that route through service workers will sometimes mismatch and have the proxy request from the service worker get matched with a CDP request from the page. This will have the practical effect of causing correlation timeouts to occur, or assets to not be properly captured for Test Replay (which may cause things like styles to not apply properly).

Desired Behavior

All requests should be correlated properly

Cypress Version

13.3.2

Node version

v18.15.0

@cypress-bot
Copy link
Contributor

cypress-bot bot commented Jan 17, 2024

Released in 13.6.3.

This comment thread has been locked. If you are still experiencing this issue after upgrading to
Cypress v13.6.3, please open a new issue.

@cypress-bot cypress-bot bot locked as resolved and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants