Bug 213960
| Summary: | [WebDriver] Cookie sameSite property is not exported | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Lauro Moura <lmoura> |
| Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | bburg, bugs-noreply |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Lauro Moura
WebAutomationSession.cpp buildObjectForCookie does not expose the sameSite property of WebCore::Cookie.
This makes 2 selenium tests to fail as the response does not include it.
webkitpy.webdriver_tests.webdriver_test_runner: [INFO] imported/selenium/py/test/selenium/webdriver/common/cookie_tests.py::testAddCookieSameSiteStrict[WebKitGTK]
webkitpy.webdriver_tests.webdriver_test_runner: [INFO] imported/selenium/py/test/selenium/webdriver/common/cookie_tests.py::testAddCookieSameSiteLax[WebKitGTK]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lauro Moura
Tests passing, as the original gardening is being ignored due to the imported test renamed to snake_case.
*** This bug has been marked as a duplicate of bug 217222 ***