-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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] setDefaultTimeout not respected as expected #27691
Comments
I tried your code above and for me it was timing out after We also recommend to keep Playwright up to date, since you are using an old version, as per here. |
appreciate your prompt response. finally tracked it down to the docs state:
this seems to imply that debug mode and is it possible to only have the playwright object in the browser without going into debug mode? |
Fixes #27691 Signed-off-by: Max Schmitt <max@schmitt.mx>
Fixes microsoft#27691 Signed-off-by: Max Schmitt <max@schmitt.mx>
System info
Source code
will wait forever and not respect actionTimeout:
will correctly quit after 2 milliseconds:
Expected
When actionTimeout is set in the page or context it should be respected.
Actual
When actionTimeout is set in the page or context it defaults to waiting forever.
The text was updated successfully, but these errors were encountered: