Skip to content

Commit

Permalink
[java] Fixing static resources to allow running tests from IDEA
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 15, 2020
1 parent 820a501 commit 2f20aff
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ static void ensureAvailable() {
copy("javascript/webdriver/atoms/get-attribute.js",
"org/openqa/selenium/remote/getAttribute.js");

// Relative locators
bazel.build("//javascript/atoms/fragments:find-elements");
copy("javascript/atoms/fragments/find-elements.js",
"org/openqa/selenium/support/locators/findElements.js");

// Firefox XPI
copy("third_party/js/selenium/webdriver_prefs.json",
"org/openqa/selenium/firefox/webdriver_prefs.json");
Expand Down

0 comments on commit 2f20aff

Please sign in to comment.