File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/org/openqa/selenium/support/decorators
test/org/openqa/selenium/remote Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ load("//java:defs.bzl", "java_library")
4
4
java_library (
5
5
name = "decorators" ,
6
6
srcs = glob (["*.java" ]),
7
- visibility = ["//visibility:public" ],
7
+ visibility = [
8
+ "//java/src/org/openqa/selenium/support:__subpackages__" ,
9
+ "//java/test/org/openqa/selenium/support/decorators:__pkg__" ,
10
+ ],
8
11
deps = [
9
12
"//java/src/org/openqa/selenium:core" ,
10
13
artifact ("net.bytebuddy:byte-buddy" ),
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ java_test_suite(
27
27
"//java/src/org/openqa/selenium/ie" ,
28
28
"//java/src/org/openqa/selenium/json" ,
29
29
"//java/src/org/openqa/selenium/remote" ,
30
- "//java/src/org/openqa/selenium/support/decorators " ,
30
+ "//java/src/org/openqa/selenium/support" ,
31
31
"//java/test/org/openqa/selenium/testing:annotations" ,
32
32
artifact ("org.assertj:assertj-core" ),
33
33
artifact ("com.google.guava:guava" ),
You can’t perform that action at this time.
0 commit comments