File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed
java/client/test/org/openqa/selenium Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change @@ -27,18 +27,6 @@ java_library(name = 'large-tests',
27
27
],
28
28
)
29
29
30
- java_library (name = 'annotations' ,
31
- srcs = [
32
- 'NeedsFreshDriver.java' ,
33
- 'NoDriverAfterTest.java' ,
34
- ],
35
- deps = [
36
- ],
37
- visibility = [
38
- '//java/client/test/org/openqa/selenium/testing:test-base' ,
39
- ],
40
- )
41
-
42
30
java_library (name = 'helpers' ,
43
31
srcs = [
44
32
'Build.java' ,
Original file line number Diff line number Diff line change 1
1
java_library (name = 'annotations' ,
2
2
srcs = [
3
+ 'Driver.java' ,
3
4
'Ignore.java' ,
4
5
'JavascriptEnabled.java' ,
5
6
'NativeEventsRequired.java' ,
6
7
'NeedsLocalEnvironment.java' ,
8
+ 'NeedsLocalEnvironment.java' ,
9
+ 'NeedsFreshDriver.java' ,
7
10
'NotYetImplemented.java' ,
11
+ 'SwitchToTopAfterTest.java' ,
8
12
],
9
13
deps = [
10
14
'//java/client/src/org/openqa/selenium:platform' ,
@@ -39,7 +43,6 @@ java_library(name = 'test-base',
39
43
exported_deps = [
40
44
':annotations' ,
41
45
':helpers' ,
42
- '//java/client/test/org/openqa/selenium:annotations' ,
43
46
'//java/client/test/org/openqa/selenium:helpers' ,
44
47
'//java/client/test/org/openqa/selenium/testing/drivers:browser' ,
45
48
'//java/client/test/org/openqa/selenium/environment:environment' ,
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ java_library(name = "testing",
10
10
11
11
java_library(name = "annotations",
12
12
srcs = [
13
+ "Driver.java",
13
14
"Ignore.java",
14
15
"JavascriptEnabled.java",
15
16
"NativeEventsRequired.java",
You can’t perform that action at this time.
0 commit comments