-
-
Notifications
You must be signed in to change notification settings - Fork 304
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
Tests failing with Firefox 135.0 #2907
Comments
Scenario 5:
Still not sure what happens but clearly, the problem was already there before. Not sure why no one is seeing this... |
Can you please check if the issue remains with the configuration |
Weird, I had tested it before, did not work. But now it seems to roll, all tests green: https://github.com/kptdobe/web-test-runner-firefox-issue/actions/runs/13901645165 Nice temporary workaround, thanks @bashmish. The problem is fixed on the playwright canary version (i.e. without |
I didn't fully understand what solved it for you. Was it For the context: Also, you can close this issue if solved :) |
Sorry for lack of clarity:
Using the 2 configs is a decent workaround. In microsoft/playwright#35183, the playwright team mentioned the problem is fixed with their latest daily built, it seems something has been changed at the Firefox level. This means that when [email protected] is out, the workaround above will not be necessary. I am more in favor in keeping the issue opened until it is "really" fixed. I'll test [email protected] to confirm and then will close this issue. If someone finds this issue, a closed issue sends the wrong message because workaround still needed. |
Our Firefox started failing for a couple of days. I am not sure if this is a runner issue or a playwright issue.
This is happening with Firefox 135.0 (playwright build v1475).
I have created a repo with a basic setup to illustrate the bug.
For Chrome and locally, all tests are green. Note that it only happens in the GitHub action.
As soon as there is more than one file to run test on, it fails on Firefox.
Scenario 1: https://github.com/kptdobe/web-test-runner-firefox-issue/actions/runs/13816836084
Scenario 2: https://github.com/kptdobe/web-test-runner-firefox-issue/actions/runs/13816896380
browserStartTimeout
as recommended - set to 2mins...Scenario 3: https://github.com/kptdobe/web-test-runner-firefox-issue/actions/runs/13816945697
Scenario 4: https://github.com/kptdobe/web-test-runner-firefox-issue/actions/runs/13817246076
The fact that the test on 3.2 passed reveals that "sometimes" it works. Increasing the timeout does not solve the problem. There is something else...
The text was updated successfully, but these errors were encountered: