Skip to content

Commit fa8e97f

Browse files
filipesilvaBrocco
authored andcommitted
test(@angular/cli): fix live-reload test
1 parent a0db191 commit fa8e97f

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
@@ -11,7 +11,7 @@ import { wait } from '../../utils/utils';
1111

1212

1313
export default function () {
14-
const protractorGoodRegEx = /Spec started/;
14+
const protractorGoodRegEx = /Jasmine started/;
1515
const webpackGoodRegEx = /webpack: Compiled successfully./;
1616

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

0 commit comments

Comments
 (0)