Skip to content

Commit

Permalink
test: remove defective protractor element explorer E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin authored and filipesilva committed May 15, 2020
1 parent be440b5 commit a2caae2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/legacy-cli/e2e/tests/basic/e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ export default function () {
},
`, `allScriptsTimeout: 11000,`
))
// Should start up Element Explorer
.then(() => execAndWaitForOutputToMatch('ng', ['e2e', 'test-project', '--element-explorer'],
/Element Explorer/))
.then(() => killAllProcesses(), (err: any) => {
killAllProcesses();
throw err;
})
// Should run side-by-side with `ng serve`
.then(() => execAndWaitForOutputToMatch('ng', ['serve'],
/: Compiled successfully./))
Expand Down

0 comments on commit a2caae2

Please sign in to comment.