-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[BUG] Dialogs cannot be dismissed if tracing is on in Chromium or Webkit #7048
Labels
Comments
I wonder if our blocking snapshotter is waiting for dialog. Looking into it, will likely get a fix in a patch. |
aslushnikov
pushed a commit
to aslushnikov/playwright
that referenced
this issue
Jun 11, 2021
Cherry-Pick microsoft#7059 SHA cbce7cb Fixes microsoft#7048
aslushnikov
added a commit
that referenced
this issue
Jun 11, 2021
Cherry-Pick #7059 SHA cbce7cb Fixes #7048 Co-authored-by: Pavel Feldman <[email protected]>
Thanks for the quick fix! Much appreciated. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
Code Snippet
Setup a new playwright project with the following test file and config file:
Describe the bug
When tracing is enabled via playwright.config.ts, dialogs cannot be dismissed. Neither the default dialog dismissing or manual
page.on('dialog', dialog => { ... })
methods work. When dismissing manually, it seems to hang at thedialog.accept()
method.The text was updated successfully, but these errors were encountered: