Bug 182334 - WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py fail
Summary: WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/comm...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-31 05:22 PST by Carlos Garcia Campos
Modified: 2020-06-21 21:42 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 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
Comment 1 Lauro Moura 2020-06-21 21:41:29 PDT
Committed r263338: <https://trac.webkit.org/changeset/263338>
Comment 2 Radar WebKit Bug Importer 2020-06-21 21:42:18 PDT
<rdar://problem/64583432>