Skip to content

Commit

Permalink
build: use protractor_web_test_suite from @bazel/protractor (angular#…
Browse files Browse the repository at this point in the history
…16989)

Missed a few spots in the last PR
  • Loading branch information
gregmagolan authored and jelbourn committed Sep 5, 2019
1 parent a4fc779 commit 2817c9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/e2e-app/start-devserver.js
@@ -1,5 +1,5 @@
const protractor = require('protractor');
const utils = require('@angular/bazel/src/protractor/utils');
const utils = require('@bazel/protractor/protractor-utils');
const spawn = require('child_process').spawn;

/**
Expand Down
1 change: 0 additions & 1 deletion src/e2e-app/test_suite.bzl
Expand Up @@ -6,7 +6,6 @@ def e2e_test_suite(name, data = [], tags = ["e2e"], deps = []):
configuration = "//src/e2e-app:protractor.conf.js",
data = [
"//tools/axe-protractor",
"@npm//:node_modules/@angular/bazel/src/protractor/utils/index.js",
] + data,
on_prepare = "//src/e2e-app:start-devserver.js",
server = "//src/e2e-app:devserver",
Expand Down

0 comments on commit 2817c9e

Please sign in to comment.