Skip to content

chore: roll Playwright to 1.25.0-alpha-jul-26-2022 #1456

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
Jul 28, 2022

Conversation

rwoll
Copy link
Member

@rwoll rwoll commented Jul 26, 2022

  • Roll to fix MSEdge downloads

Ports:

Resolves #1398.

@rwoll rwoll marked this pull request as draft July 26, 2022 22:06
@rwoll rwoll requested a review from mxschmitt July 27, 2022 18:30
@rwoll rwoll marked this pull request as ready for review July 27, 2022 18:30
Comment on lines +32 to +35
assert (
"Target closed" in exc.value.message
or "Target page, context or browser has been closed" in exc.value.message
)
Copy link
Member Author

Choose a reason for hiding this comment

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

Which should it be? Seems like we get both which I'm not sure is intended or if it's a race. @mxschmitt

Copy link
Member

Choose a reason for hiding this comment

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

idk!

@rwoll rwoll merged commit b5273b8 into microsoft:main Jul 28, 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.

[Ports]: Backport client side changes
2 participants