[Webkit-unassigned] [Bug 182333] New: WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/typing_tests.py are failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 31 05:19:22 PST 2018


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

            Bug ID: 182333
           Summary: WebDriver: several tests in
                    imported/selenium/py/test/selenium/webdriver/common/ty
                    ping_tests.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

FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/typing_tests.py::testNumericShiftKeys[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/typing_tests.py::testUppercaseAlphaKeys[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/typing_tests.py::testAllPrintableKeys[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/typing_tests.py::testNumberpadAndFunctionKeys[WebKitGTK]

Similar bts:

______________________________________________________________________________ testNumericShiftKeys[WebKitGTK] _______________________________________________________________________________

driver = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="04ff1b8e-b31c-421e-9144-0cdb01d4fe0b")>, pages = <conftest.Pages object at 0x7fc628b1c7d0>

    @pytest.mark.xfail_marionette(
        reason='https://bugzilla.mozilla.org/show_bug.cgi?id=1255258')
    def testNumericShiftKeys(driver, pages):
        pages.load("javascriptPage.html")
        result = driver.find_element(by=By.ID, value="result")
        element = driver.find_element(by=By.ID, value="keyReporter")
        numericShiftsEtc = "~!@#$%^&*()_+{}:i\"<>?|END~"
        element.send_keys(numericShiftsEtc)
        assert element.get_attribute("value") == numericShiftsEtc
>       assert "up: 16" in result.text.strip()
E       assert 'up: 16' in 'down: 192 press: 126 up: 192'
E        +  where 'down: 192 press: 126 up: 192' = <built-in method strip of unicode object at 0x7fc628601300>()
E        +    where <built-in method strip of unicode object at 0x7fc628601300> = 'down: 192 press: 126 up: 192'.strip
E        +      where 'down: 192 press: 126 up: 192' = <selenium.webdriver.remote.webelement.WebElement (session="04ff1b8e-b31c-421e-9144-0cdb01d4fe0b", element="node-F9313266-9346-4D22-80D1-47FE67C1E1DA")>.text

driver     = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="04ff1b8e-b31c-421e-9144-0cdb01d4fe0b")>
element    = <selenium.webdriver.remote.webelement.WebElement (session="04ff1b8e-b31c-421e-9144-0cdb01d4fe0b", element="node-3C82EC91-7095-4690-A15E-A36F018E072C")>
numericShiftsEtc = '~!@#$%^&*()_+{}:i"<>?|END~'
pages      = <conftest.Pages object at 0x7fc628b1c7d0>
result     = <selenium.webdriver.remote.webelement.WebElement (session="04ff1b8e-b31c-421e-9144-0cdb01d4fe0b", element="node-F9313266-9346-4D22-80D1-47FE67C1E1DA")>

WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/typing_tests.py:201: 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/20180131/b0ffd9af/attachment-0001.html>


More information about the webkit-unassigned mailing list