Skip to content

Commit

Permalink
fixup! build(dev-infra): update dev-infra to latest commit
Browse files Browse the repository at this point in the history
  • Loading branch information
wagnermaciel authored and andrewseguin committed Jul 16, 2020
1 parent 3dd5550 commit 657ee35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/defaults.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def karma_web_test_suite(name, **kwargs):
kwargs["browsers"] = [
# Note: when changing the browser names here, also update the "yarn test"
# script to reflect the new browser names.
"@npm_angular_dev_infra_private//browsers:chromium",
"@npm_angular_dev_infra_private//browsers/chromium:chromium",
"@io_bazel_rules_webtesting//browsers:firefox-local",
]

Expand Down Expand Up @@ -204,7 +204,7 @@ def karma_web_test_suite(name, **kwargs):
def protractor_web_test_suite(flaky = True, **kwargs):
_protractor_web_test_suite(
flaky = flaky,
browsers = ["@npm_angular_dev_infra_private//browsers:chromium"],
browsers = ["@npm_angular_dev_infra_private//browsers/chromium:chromium"],
**kwargs
)

Expand Down

0 comments on commit 657ee35

Please sign in to comment.