There was an error while loading. Please reload this page.
1 parent f6923eb commit 02ba052Copy full SHA for 02ba052
java/test/org/openqa/selenium/environment/BUILD.bazel
@@ -32,7 +32,6 @@ java_library(
32
"//javascript/atoms:deps",
33
"//third_party/closure/goog",
34
"//third_party/js/selenium:webdriver_json",
35
- "//third_party/js/selenium:webdriver_xpi",
36
"//third_party/js/sizzle",
37
"@com_google_javascript_closure_library",
38
],
third_party/js/selenium/BUILD.bazel
@@ -6,10 +6,6 @@ copy_file(
6
name = "webdriver_xpi",
7
src = "webdriver-3.141.59.xpi",
8
out = "webdriver.xpi",
9
- visibility = [
10
- "//java/src/org/openqa/selenium/firefox/xpi:__pkg__",
11
- "//java/test/org/openqa/selenium/environment:__pkg__",
12
- ],
13
)
14
15
copy_file(
0 commit comments