fix(tests): fix tests on new api

This commit is contained in:
Alexey Kasyanchuk
2021-01-05 23:35:20 +03:00
parent e3c20a6fe2
commit 4b763c9377
5 changed files with 51 additions and 56 deletions

View File

@ -8,7 +8,7 @@ const startApplication = function() {
args: ["."],
chromeDriverArgs: ['remote-debugging-port=' + Math.floor(Math.random() * (9999 - 9000) + 9000)],
startTimeout: 30000,
waitTimeout: 30000,
waitTimeout: 500,
quitTimeout: 15000
});
return this.app.start();