Skip to content

chore: roll Playwright to 1.19.0#1157

Merged
mxschmitt merged 4 commits intomicrosoft:mainfrom
mxschmitt:roll/1.19.0-beta-1644557062000
Feb 14, 2022
Merged

chore: roll Playwright to 1.19.0#1157
mxschmitt merged 4 commits intomicrosoft:mainfrom
mxschmitt:roll/1.19.0-beta-1644557062000

Conversation

@mxschmitt
Copy link
Copy Markdown
Contributor

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
Copy Markdown
Contributor 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

if request_subscribers.get(path):
request_subscribers[path].set_result(request)
loop.call_soon_threadsafe(
Copy link
Copy Markdown
Contributor 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