diff --git a/javascript/selenium-webdriver/lib/atoms/BUILD.bazel b/javascript/selenium-webdriver/lib/atoms/BUILD.bazel index 4569c6b2b8756..f2b1f0de26778 100644 --- a/javascript/selenium-webdriver/lib/atoms/BUILD.bazel +++ b/javascript/selenium-webdriver/lib/atoms/BUILD.bazel @@ -33,10 +33,10 @@ js_run_binary( js_run_binary( name = "get_attribute", - srcs = ["//javascript/webdriver/atoms:get-attribute.js"], + srcs = ["//javascript/atoms/fragments:get-attribute-typescript.js"], outs = ["get-attribute.js"], args = [ - "$(rootpath //javascript/webdriver/atoms:get-attribute.js)", + "$(rootpath //javascript/atoms/fragments:get-attribute-typescript.js)", "$(rootpath :get-attribute.js)", ], tool = ":make_atoms_module",