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: remap persistent-context options into context options #2976

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Aug 5, 2024

drive-by: address two other TODO comments.

@@ -118,7 +118,6 @@ public async Task ShouldWorkWithNewContext()
{
var context = await Browser.NewContextAsync(new()
{
// TODO: Remove this once we can pass a custom CA.
Copy link
Member Author

Choose a reason for hiding this comment

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

drive-by: remove TODO comments as per microsoft/playwright#31973 - since we don't plan to follow-up there.

Assert.Null(response);
// TODO: https://github.com/microsoft/playwright/issues/12789
Copy link
Member Author

@mxschmitt mxschmitt Aug 5, 2024

Choose a reason for hiding this comment

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

drive-by: remove TODO by applying their recommended upstream fix (setting document to utf-8)

@mxschmitt mxschmitt merged commit e36e0cf into main Aug 5, 2024
14 of 15 checks passed
@mxschmitt mxschmitt deleted the launch-persistent-context branch August 5, 2024 09:08
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.

2 participants