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

feat: roll driver to 1.3.0-next.1596843106133, handle paths on the client side #163

Merged
merged 2 commits into from Aug 10, 2020

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 199934606

Warning: This coverage report may be inaccurate.

We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
To ensure accuracy in future PRs, please see these guidelines.
A quick fix for this PR: rebase it; your next report should be accurate.

  • 8 of 11 (72.73%) changed or added relevant lines in 1 file are covered.
  • 5 unchanged lines in 3 files lost coverage.
  • Overall coverage decreased (-0.2%) to 89.849%

Changes Missing Coverage Covered Lines Changed/Added Lines %
playwright/page.py 8 11 72.73%
Files with Coverage Reduction New Missed Lines %
playwright/async_api.py 1 92.55%
playwright/sync_api.py 1 68.21%
playwright/sync_base.py 3 93.33%
Totals Coverage Status
Change from base Build 198885642: -0.2%
Covered Lines: 3682
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.

None yet

4 participants