[Webkit-unassigned] [Bug 180405] New: WebDriver: 3 tests in imported/w3c/webdriver/tests/navigation/current_url.py are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 5 02:42:09 PST 2017


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

            Bug ID: 180405
           Summary: WebDriver: 3 tests in
                    imported/w3c/webdriver/tests/navigation/current_url.py
                    are failing
           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

Unexpected failures (3)
  imported/w3c/webdriver/tests/navigation/current_url.py::test_set_malformed_url
  imported/w3c/webdriver/tests/navigation/current_url.py::test_get_current_url_after_modified_location
  imported/w3c/webdriver/tests/navigation/current_url.py::test_get_current_url_nested_browsing_context

Similar backtrace in all cases:

response = <Responsetatus=200 body={"value": "foo"}>, value = 'about:blank#wd_from_within_frame'

    def assert_success(response, value=None):
        """
        Verify that the provided webdriver.Response instance described
        a valid error response as defined by `dfn-send-an-error` and
        the provided error code.

        :param response: ``webdriver.Response`` instance.
        :param value: Expected value of the response body, if any.
        """
        assert response.status == 200, str(response.error)

        if value is not None:
>           assert response.body["value"] == value
E           AssertionError

-- 
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/50fd8ff1/attachment.html>


More information about the webkit-unassigned mailing list