Bug 188545 - WebDriver: several interactability tests are failing
Summary: WebDriver: several interactability tests are failing
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 203945
Blocks:
  Show dependency treegraph
 
Reported: 2018-08-14 01:28 PDT by Carlos Garcia Campos
Modified: 2020-04-10 06:14 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-08-14 01:28:48 PDT
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_interactable_css_transform[translate(-100px, -100px)]
  imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_interactable_css_transform[rotate(50deg)]
  imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_interactable_out_of_view
  imported/w3c/webdriver/tests/element_click/interactability.py::test_element_intercepted_no_pointer_events
  imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_visible_overflow_hidden
  imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_select_container_outside_of_scrollable_viewport
  imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_stays_outside_of_scrollable_viewport
  imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_document_element_is_interactable
  imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_not_a_focusable_element
  imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_not_displayed_element
  imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_hidden_element
  imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_disabled_element
Comment 1 Diego Pino 2020-04-10 06:14:10 PDT
After https://trac.webkit.org/changeset/259791/webkit, the only tests pointing to this bug are:

imported/w3c/webdriver/tests/element_click/interactability.py::test_element_intercepted_no_pointer_events
imported/w3c/webdriver/tests/element_click/interactability.py::test_element_not_visible_overflow_hidden
imported/w3c/webdriver/tests/element_send_keys/interactability.py::test_document_element_is_interactable
imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_select_container_outside_of_scrollable_viewport
imported/w3c/webdriver/tests/element_send_keys/scroll_into_view.py::test_option_stays_outside_of_scrollable_viewport