RESOLVED FIXED 182334
WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py fail
https://bugs.webkit.org/show_bug.cgi?id=182334
Summary WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/comm...
Carlos Garcia Campos
Reported 2018-01-31 05:22:02 PST
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
Attachments
Lauro Moura
Comment 1 2020-06-21 21:41:29 PDT
Radar WebKit Bug Importer
Comment 2 2020-06-21 21:42:18 PDT
Note You need to log in before you can comment on or make changes to this bug.