Skip to content
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

chore(roll): roll Playwright to v1.47.0 #2546

Merged
merged 2 commits into from
Sep 9, 2024

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Sep 9, 2024

Corresponding upstream PR wich was required to make doclint pass: microsoft/playwright#32516

Fixes #2497

if not parsed:
return None
out = []
for name, values in parsed.items():
Copy link
Contributor

Choose a reason for hiding this comment

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

I wonder why don't we pass a string over the protocol instead? That would be aligned with our approach to do as much on the server, to avoid aligning the details on the client side. Let's discuss with the team.

@mxschmitt mxschmitt merged commit eb28cc7 into microsoft:main Sep 9, 2024
38 of 41 checks passed
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.

[Ports]: Backport client side changes for 1.47
2 participants