File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,6 @@ js_fragment(name = 'is-displayed',
27
27
],
28
28
visibility = [
29
29
'//java/client/src/org/openqa/selenium/remote:is-displayed' ,
30
+ '//javascript/chrome-driver:is_element_displayed' ,
30
31
],
31
32
)
Original file line number Diff line number Diff line change 1
1
js_library (name = 'lib' ,
2
2
srcs = glob (['*.js' ]),
3
- deps = [ '//javascript/atoms:all_js' ])
3
+ deps = [
4
+ '//javascript/atoms:dom' ,
5
+ '//javascript/atoms:locators' ,
6
+ '//third_party/closure:closure' ,
7
+ ],
8
+ )
4
9
5
10
js_fragment (name = 'get_location_in_view' ,
6
11
module = 'webdriver.chrome' ,
@@ -27,7 +32,7 @@ js_fragment(name = 'is_element_displayed',
27
32
function = 'webdriver.chrome.isElementDisplayed' ,
28
33
deps = [
29
34
':lib' ,
30
- '//javascript/atoms/fragments:is_displayed ' ,
35
+ '//javascript/atoms/fragments:is-displayed ' ,
31
36
])
32
37
33
38
js_fragment (name = 'find_element' ,
You can’t perform that action at this time.
0 commit comments