Skip to content

Commit 161ce4d

Browse files
committed
Fix the build.
1 parent facd199 commit 161ce4d

File tree

2 files changed

+2
-2
lines changed
  • dotnet/src/webdriver
  • java/client/src/org/openqa/selenium/remote

2 files changed

+2
-2
lines changed

dotnet/src/webdriver/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ genrule(
172172
srcs = [
173173
'//javascript/firefox-driver:webdriver',
174174
'//javascript/firefox-driver:webdriver_prefs',
175-
'//javascript/webdriver/atoms:getAttribute',
175+
'//javascript/webdriver/atoms:get-attribute',
176176
'//javascript/atoms/fragments:is-displayed',
177177
'//cpp/prebuilt:noblur32',
178178
'//cpp/prebuilt:noblur64'

java/client/src/org/openqa/selenium/remote/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ java_library(name = 'remote-lib',
141141

142142
export_file(
143143
name = 'get-attribute',
144-
src = '//javascript/webdriver/atoms:getAttribute',
144+
src = '//javascript/webdriver/atoms:get-attribute',
145145
out = 'getAttribute.js',
146146
)
147147

0 commit comments

Comments
 (0)