Bug 182334
Summary: | WebDriver: several tests in imported/selenium/py/test/selenium/webdriver/common/visibility_tests.py fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> |
Component: | WebDriver | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bburg, lmoura, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Carlos Garcia Campos
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Lauro Moura
Committed r263338: <https://trac.webkit.org/changeset/263338>
Radar WebKit Bug Importer
<rdar://problem/64583432>