[Webkit-unassigned] [Bug 182334] New: WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py fail

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


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

            Bug ID: 182334
           Summary: WebDriver: several tests in
                    imported/selenium/py/test/selenium/webdriver/common/vi
                    sibility_tests.py fail
           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/visibility_tests.py::testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py::testShouldNotBeAbleToToggleAnElementThatIsNotDisplayed[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py::testShouldNotBeAbleToSelectAnElementThatIsNotDisplayed[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py::testShouldNotBeAbleToTypeAnElementThatIsNotDisplayed[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py::testShouldSayElementsWithNegativeTransformAreNotDisplayed[WebKitGTK]
FAIL WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py::testShouldSayElementsWithParentWithNegativeTransformAreNotDisplayed[WebKitGTK]

Similar bts:

_____________________________________________________________ testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed[WebKitGTK] _____________________________________________________________

driver = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="bfa6b27a-10e7-481e-b8f7-db66739a2bb6")>, pages = <conftest.Pages object at 0x7fc62897f350>

    def testShouldNotBeAbleToClickOnAnElementThatIsNotDisplayed(driver, pages):
        pages.load("javascriptPage.html")
        element = driver.find_element(by=By.ID, value="unclickable")
        try:
            element.click()
>           assert 1 == 0, "should have thrown an exception"
E           AssertionError: should have thrown an exception
E           assert 1 == 0

driver     = <selenium.webdriver.webkitgtk.webdriver.WebDriver (session="bfa6b27a-10e7-481e-b8f7-db66739a2bb6")>
element    = <selenium.webdriver.remote.webelement.WebElement (session="bfa6b27a-10e7-481e-b8f7-db66739a2bb6", element="node-6DF4C4EA-A8E0-45A7-AFBD-3C97B4E70BA2")>
pages      = <conftest.Pages object at 0x7fc62897f350>

WebDriverTests/imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py:70: 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/e489affb/attachment.html>


More information about the webkit-unassigned mailing list