File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
test/org/openqa/selenium/support Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ java_library(name = 'lift',
44 '//java/client/src/org/openqa/selenium:webdriver-api' ,
55 '//java/client/src/org/openqa/selenium/support/ui:wait' ,
66 '//java/client/src/org/openqa/selenium/support/ui:clock' ,
7+ '//third_party/java/guava-libraries:guava-libraries' ,
78 '//third_party/java/hamcrest:hamcrest' ,
89 '//third_party/java/junit:junit' ,
910 ],
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ java_library(name = 'page-factory',
3131 '//java/client/src/org/openqa/selenium:webdriver-api' ,
3232 '//java/client/src/org/openqa/selenium/support/ui:clock' ,
3333 '//java/client/src/org/openqa/selenium/support/ui:components' ,
34+ '//third_party/java/guava-libraries:guava-libraries' ,
3435 ],
3536 visibility = ['PUBLIC' ],
3637)
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ java_test(name = 'small-tests',
2828 '//java/client/src/org/openqa/selenium/support/ui:elements' ,
2929 '//java/client/src/org/openqa/selenium/support/ui:wait' ,
3030 '//java/client/test/org/openqa/selenium:doubles' ,
31+ '//third_party/java/guava-libraries:guava-libraries' ,
3132 '//third_party/java/hamcrest:hamcrest' ,
3233 '//third_party/java/junit:junit' ,
3334 '//third_party/java/mockito:mockito' ,
You can’t perform that action at this time.
0 commit comments