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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 03:02:26 PST 2017


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

            Bug ID: 180410
           Summary: WebDriver: test
                    imported/w3c/webdriver/tests/sessions/new_session/defa
                    ult_values.py::test_valid_but_unmatchable_key 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 0x7f13183aa8c0>, add_browser_capabilites = <function update_capabilities at 0x7f13183777d0>

    def test_valid_but_unmatchable_key(new_session, add_browser_capabilites):
        resp, _ = new_session({"capabilities": {
          "firstMatch": [add_browser_capabilites({"pageLoadStrategy": "eager", "foo:unmatchable": True}),
                         {"pageLoadStrategy": "none"}]}})
>       assert resp["capabilities"]["pageLoadStrategy"] == "none"
E       AssertionError: assert 'eager' == 'none'
E         - eager
E         + none

_          = <webdriver.client.Session object at 0x7f13183e3350>
add_browser_capabilites = <function update_capabilities at 0x7f13183777d0>
new_session = <function create_session at 0x7f13183aa8c0>
resp       = {'capabilities': {'acceptInsecureCerts': False, 'browserName': 'MiniBrowser', 'browserVersion': '2.19.2', 'pageLoadStrategy': 'eager', ...}, 'sessionId': '037f39ba-7886-49b1-9994-f0a70b5897f3'}

-- 
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/01b2bec3/attachment.html>


More information about the webkit-unassigned mailing list