diff --git a/tests/run-tests.js b/tests/run-tests.js index 46ef9bb16bffeece7279354d8d0a0cc652f63dec..15c822c0041da33dff48ec30ddc30346df4bca1c 100644 --- a/tests/run-tests.js +++ b/tests/run-tests.js @@ -21,7 +21,7 @@ console.log('Starting development server for e2e tests...'); startServer.stdout.on('data', (data) => { // eslint-disable-next-line console.log(data.toString()); - if (data.toString().indexOf('The app is running at') >= 0 || + if (data.toString().indexOf('Compiled successfully') >= 0 || data.toString().indexOf('Compiled with warnings') >= 0) { // eslint-disable-next-line console.log('Development server is started, ready to run tests.');