diff --git a/rb/lib/selenium/webdriver/atoms/BUILD.bazel b/rb/lib/selenium/webdriver/atoms/BUILD.bazel index d39f1fb1f2fbc..db610aa43141b 100644 --- a/rb/lib/selenium/webdriver/atoms/BUILD.bazel +++ b/rb/lib/selenium/webdriver/atoms/BUILD.bazel @@ -10,7 +10,7 @@ copy_file( copy_file( name = "get-attribute", - src = "//javascript/webdriver/atoms:get-attribute.js", + src = "//javascript/atoms/fragments:get-attribute-typescript.js", out = "getAttribute.js", )