Skip to content

Commit 3cf7c5f

Browse files
committed
Fixing buck dependencies for JS tests
1 parent 470eacc commit 3cf7c5f

File tree

1 file changed

+1
-1
lines changed
  • java/client/test/org/openqa/selenium/javascript

1 file changed

+1
-1
lines changed

java/client/test/org/openqa/selenium/javascript/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ java_library(name = 'javascript',
33
deps = [
44
'//java/client/src/org/openqa/selenium:selenium',
55
'//java/client/test/org/openqa/selenium/environment:environment',
6-
'//java/client/test/org/openqa/selenium/testing:helpers',
6+
'//java/client/test/org/openqa/selenium/testing:test-base',
77
'//java/client/test/org/openqa/selenium/testing/drivers:drivers',
88
'//third_party/java/guava:guava',
99
'//third_party/java/hamcrest:hamcrest-library',

0 commit comments

Comments
 (0)