Skip to content

chore: roll Playwright to 1.19.0 #1157

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

Merged
merged 4 commits into from
Feb 14, 2022

Conversation

mxschmitt
Copy link
Member

Fixes #1120
Fixes #1134

@mxschmitt mxschmitt force-pushed the roll/1.19.0-beta-1644557062000 branch from 9e9f13c to bf0f2db Compare February 11, 2022 16:07
params["headers"] = (
params["headers"] if params.get("headers") else response.headers
)
from playwright._impl._fetch import APIResponse
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this prevents the circular dependency which would otherwise come up.

tests/server.py Outdated
@@ -101,7 +102,9 @@ def process(self) -> None:
path = uri.path

if request_subscribers.get(path):
request_subscribers[path].set_result(request)
loop.call_soon_threadsafe(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TIL! we call it from another thread into the testing main thread. It was racing and test_frame_wait_for_nav_should_fail_when_frame_detaches was failing then.

@mxschmitt mxschmitt force-pushed the roll/1.19.0-beta-1644557062000 branch from 4ab0145 to 53dd09d Compare February 14, 2022 14:57
@mxschmitt mxschmitt force-pushed the roll/1.19.0-beta-1644557062000 branch from 53dd09d to f1c082f Compare February 14, 2022 15:00
@mxschmitt mxschmitt force-pushed the roll/1.19.0-beta-1644557062000 branch 2 times, most recently from ec64ea6 to aa0168a Compare February 14, 2022 16:28
@mxschmitt mxschmitt force-pushed the roll/1.19.0-beta-1644557062000 branch from aa0168a to a41618f Compare February 14, 2022 16:37
@mxschmitt mxschmitt changed the title chore: roll Playwright to 1.19.0-beta-1644589657000 chore: roll Playwright to 1.19.0 Feb 14, 2022
@mxschmitt mxschmitt merged commit 54b4bdf into microsoft:main Feb 14, 2022
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.

PSA: next driver roll will change environment variable names [Ports]: Backport client side changes
2 participants