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(clock): under reused context #31357

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

mxschmitt
Copy link
Member

We uninstall all the setInitScript but forgot to mark installed as false.

Fixes #31353

Copy link
Contributor

Test results for "tests 1"

1 failed
❌ [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT

3 flaky ⚠️ [firefox-page] › page/frame-goto.spec.ts:46:3 › should continue after client redirect
⚠️ [playwright-test] › ui-mode-test-screencast.spec.ts:21:5 › should show screenshots
⚠️ [webkit-library] › library/browsercontext-clearcookies.spec.ts:52:3 › should remove cookies by name

28349 passed, 648 skipped
✔️✔️✔️

Merge workflow run.

@mxschmitt mxschmitt merged commit f05b4da into microsoft:main Jun 18, 2024
29 of 30 checks passed
mxschmitt added a commit that referenced this pull request Jun 19, 2024
We uninstall all the setInitScript but forgot to mark `installed` as
`false`.

Fixes #31353
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] Reusable browser clock bug
2 participants