Skip to content

Conversation

dgozman
Copy link
Contributor

@dgozman dgozman commented Aug 8, 2020

No description provided.

@coveralls
Copy link

coveralls commented Aug 8, 2020

Pull Request Test Coverage Report for Build 200030402

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 8 of 11 (72.73%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 89.971%

Changes Missing Coverage Covered Lines Changed/Added Lines %
playwright/page.py 8 11 72.73%
Totals Coverage Status
Change from base Build 198885642: -0.03%
Covered Lines: 3687
Relevant Lines: 4098

💛 - Coveralls

Copy link
Member

@mxschmitt mxschmitt left a comment

Choose a reason for hiding this comment

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

LGTM, again in sync with upstream.

@@ -57,7 +57,7 @@ async def test_context_cookies_should_work(server, launch_persistent):
"expires": -1,
"httpOnly": False,
"secure": False,
"sameSite": "None",
"sameSite": "Lax" if is_firefox else "None",
Copy link
Member

Choose a reason for hiding this comment

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

Why did this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Andrey says that Firefox has switched the defaults.

Copy link
Member

Choose a reason for hiding this comment

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

"There is currently no timeline to ship this feature to the release channel of Firefox.". Let's make sure to fix it upstream. Filing a bug

@pavelfeldman
Copy link
Member

pavelfeldman commented Aug 9, 2020

We might need to update client then to ensure proper 🍪 roundtrip.

@dgozman
Copy link
Contributor Author

dgozman commented Aug 10, 2020

Should we postpone this until upstream is fixed?

@mxschmitt
Copy link
Member

Should we postpone this until upstream is fixed?

Pavel was fine with it (via Slack).

@mxschmitt mxschmitt merged commit af97862 into microsoft:master Aug 10, 2020
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.

4 participants