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

fix(storageState): try to collect storage state on existing pages first #29915

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Mar 12, 2024

This helps in a case where navigating to an origin fails for some reason, for example because a registered service worker loads some content into the supposedly blank page.

Fixes #29402.

This helps in a case where navigating to an origin fails for some reason,
for example because a registered service worker loads some content into
the supposedly blank page.
Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [firefox-page] › page/network-post-data.spec.ts:109:3 › should get post data for navigator.sendBeacon api calls

5 flaky ⚠️ [chromium-library] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [chromium-page] › page/workers.spec.ts:199:3 › should report and intercept network from nested worker
⚠️ [firefox-library] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [chromium-library] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [playwright-test] › ui-mode-test-ct.spec.ts:117:5 › should run component tests after editing test and component

26954 passed, 631 skipped
✔️✔️✔️

Merge workflow run.

@dgozman dgozman merged commit 349b25e into microsoft:main Mar 13, 2024
29 of 30 checks passed
mxschmitt added a commit to microsoft/playwright-dotnet that referenced this pull request Mar 27, 2024
mxschmitt added a commit to mxschmitt/playwright-python that referenced this pull request Mar 27, 2024
mxschmitt added a commit to microsoft/playwright-python that referenced this pull request Mar 27, 2024
YusukeIwaki added a commit to YusukeIwaki/playwright-ruby-client that referenced this pull request Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Frame is becoming detached when using browserContext.storageState()
2 participants