Bug 213451 - [WebDriver] Some imported Selenium tests depends on JS fragments built by Bazel
Summary: [WebDriver] Some imported Selenium tests depends on JS fragments built by Bazel
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:
Blocks:
 
Reported: 2020-06-21 20:23 PDT by Lauro Moura
Modified: 2020-06-21 20:23 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lauro Moura 2020-06-21 20:23:13 PDT
For example, two tests in imported/selenium/py/test/selenium/webdriver/support/relative_by_tests.py use the `findElements.js` fragment (compiled by Bazel when building Selenium).

* imported/selenium/py/test/selenium/webdriver/support/relative_by_tests.py::test_should_be_able_to_find_elements_above_another[WebKitGTK]
* imported/selenium/py/test/selenium/webdriver/support/relative_by_tests.py::test_should_be_able_to_combine_filters[WebKitGTK]