-
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] Playwright Firefox Crashes On Page Reload #20791
Labels
Comments
Can you forward us the credentials we need to run this script? Either via email, discord or Slack, thanks. |
@mxschmitt Sure thing! do you have an email or links to Discord/Slack so I can send that? |
@mxschmitt Done! |
I can reproduce it now, will assign it to Andrey so he can take a look. |
@mxschmitt thanks! |
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Feb 13, 2023
aslushnikov
added a commit
that referenced
this issue
Feb 13, 2023
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Feb 28, 2023
aslushnikov
added a commit
that referenced
this issue
Mar 1, 2023
aslushnikov
added a commit
to aslushnikov/playwright
that referenced
this issue
Mar 2, 2023
While this fixes the regression, this breaks the microsoft#20791. We'll fix it separately. Fixes microsoft#21145
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Context:
Code Snippet
Help us help you! Put down a short code snippet that illustrates your bug and
that we can run and debug locally. For example:
import { test } from '@playwright/test';
This is in response to this issue. I am testing the canary release that fixes an issue with Juggler/Firefox. Upon testing, however, I noted that the reload function causes a timeout or failure of sorts. I tried going to a normal page (like Pizza Hut's website - good pizza) and the reload worked fine. I am not sure what causes it to fail in this scenario, but I thought I would provide the code so it could be looked at. I can provide the username for the login upon request.
The text was updated successfully, but these errors were encountered: