We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0db191 commit fa8e97fCopy full SHA for fa8e97f
tests/e2e/tests/misc/live-reload.ts
@@ -11,7 +11,7 @@ import { wait } from '../../utils/utils';
11
12
13
export default function () {
14
- const protractorGoodRegEx = /Spec started/;
+ const protractorGoodRegEx = /Jasmine started/;
15
const webpackGoodRegEx = /webpack: Compiled successfully./;
16
17
// Create an express api for the Angular app to call.
0 commit comments