File tree 2 files changed +2
-4
lines changed
java/client/test/org/openqa/selenium
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ java_library(name = "tests",
11
11
"//java/client/test/org/openqa/selenium/support/events:test",
12
12
"//java/client/test/org/openqa/selenium/support/pagefactory:test",
13
13
"//java/client/test/org/openqa/selenium/support/ui:test",
14
+ "//third_party/java/junit",
14
15
"//third_party/java/mockito",
15
16
])
16
17
@@ -20,7 +21,6 @@ java_test(name = "SmallTests",
20
21
],
21
22
deps = [
22
23
":tests",
23
- "//third_party/java/junit",
24
24
])
25
25
26
26
java_test(name = "LargeTests",
@@ -32,5 +32,4 @@ java_test(name = "LargeTests",
32
32
],
33
33
deps = [
34
34
":tests",
35
- "//third_party/java/junit",
36
35
])
Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ java_library(name = "util",
29
29
"InProject.java",
30
30
],
31
31
deps = [
32
- "//java/client/src/com/thoughtworks/selenium/webdriven:webdriven",
33
- "//java/client/src/org/openqa/selenium/remote",
32
+ "//java/client/src/org/openqa/selenium:base",
34
33
])
35
34
36
35
java_library(name = "junit_4",
You can’t perform that action at this time.
0 commit comments