Skip to content

Commit 39eeac1

Browse files
filipesilvahansl
authored andcommitted
test(@angular/cli): fix live-reload test
1 parent cb117f1 commit 39eeac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/tests/misc/live-reload.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { wait } from '../../utils/utils';
1313

1414

1515
export default function () {
16-
const protractorGoodRegEx = /Spec started/;
16+
const protractorGoodRegEx = /Jasmine started/;
1717
const webpackGoodRegEx = /webpack: Compiled successfully./;
1818

1919
// Create an express api for the Angular app to call.

0 commit comments

Comments
 (0)