Skip to content

Commit a2caae2

Browse files
clydinfilipesilva
authored andcommitted
test: remove defective protractor element explorer E2E test
1 parent be440b5 commit a2caae2

File tree

1 file changed

+0
-7
lines changed
  • tests/legacy-cli/e2e/tests/basic

1 file changed

+0
-7
lines changed

tests/legacy-cli/e2e/tests/basic/e2e.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ export default function () {
5757
},
5858
`, `allScriptsTimeout: 11000,`
5959
))
60-
// Should start up Element Explorer
61-
.then(() => execAndWaitForOutputToMatch('ng', ['e2e', 'test-project', '--element-explorer'],
62-
/Element Explorer/))
63-
.then(() => killAllProcesses(), (err: any) => {
64-
killAllProcesses();
65-
throw err;
66-
})
6760
// Should run side-by-side with `ng serve`
6861
.then(() => execAndWaitForOutputToMatch('ng', ['serve'],
6962
/: Compiled successfully./))

0 commit comments

Comments
 (0)