Skip to content

Commit 5e886f5

Browse files
committed
More getAttribute cleanup, this time in CF files
1 parent 02c5044 commit 5e886f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

py/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ py_prep(
8787
"//javascript/atoms/fragments:is-displayed",
8888
"//javascript/firefox-driver:webdriver",
8989
"//javascript/firefox-driver:webdriver_prefs",
90-
"//javascript/webdriver/atoms:getAttribute"
90+
"//javascript/webdriver/atoms:get-attribute"
9191
])

rb/build.desc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ruby_library(name = "common",
4343
],
4444
resources = [
4545
{ "../LICENSE" : "rb/LICENSE" },
46-
{ "//javascript/webdriver/atoms:getAttribute": "rb/lib/selenium/webdriver/atoms/getAttribute.js"}
46+
{ "//javascript/webdriver/atoms:get-attribute": "rb/lib/selenium/webdriver/atoms/getAttribute.js"}
4747
]
4848
)
4949

0 commit comments

Comments
 (0)