Skip to content

Commit

Permalink
[java] Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed May 2, 2023
1 parent 18164af commit 2266ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/private/selenium_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def selenium_test(name, test_class, size = "medium", browsers = BROWSERS.keys(),
"-Dselenium.browser.remote.path=$(location @selenium//java/src/org/openqa/selenium/grid:selenium_server_deploy.jar)",
],
# No need to lint remote tests as the code for non-remote is the same and they get linted
tags = BROWSERS[browser]["tags"] + tags + ["remote1", "no-lint"],
tags = BROWSERS[browser]["tags"] + tags + ["remote", "no-lint"],
data = BROWSERS[browser]["data"] + data + [
"@selenium//java/src/org/openqa/selenium/grid:selenium_server_deploy.jar",
],
Expand Down

0 comments on commit 2266ffc

Please sign in to comment.