[Webkit-unassigned] [Bug 180409] New: WebDriver: test imported/w3c/webdriver/tests/sessions/new_session/default_values.py::test_ignore_non_spec_fields_in_capabilities fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 03:00:36 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=180409

            Bug ID: 180409
           Summary: WebDriver: test
                    imported/w3c/webdriver/tests/sessions/new_session/defa
                    ult_values.py::test_ignore_non_spec_fields_in_capabili
                    ties fails
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebDriver
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: bburg at apple.com

new_session = <function create_session at 0x7f1318377848>, add_browser_capabilites = <function update_capabilities at 0x7f13183778c0>

    def test_ignore_non_spec_fields_in_capabilities(new_session, add_browser_capabilites):
        resp, _ = new_session({"capabilities": {"alwaysMatch": add_browser_capabilites({}), "desiredCapbilities": {"pageLoadStrategy": "eager"}}})
>       assert resp["capabilities"]["pageLoadStrategy"] == "normal"
E       KeyError: 'pageLoadStrategy'

_          = <webdriver.client.Session object at 0x7f1318375610>
add_browser_capabilites = <function update_capabilities at 0x7f13183778c0>
new_session = <function create_session at 0x7f1318377848>
resp       = {'capabilities': {'acceptInsecureCerts': False, 'browserName': 'MiniBrowser', 'browserVersion': '2.19.2', 'platformName': 'linux'}, 'sessionId': 'a962aeee-436c-4983-9ff9-ab8513a0d711'}

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20171205/f15bb0d5/attachment.html>


More information about the webkit-unassigned mailing list