fixing testing

This commit is contained in:
Alexey Kasyanchuk 2021-02-14 03:18:23 +03:00
parent c8e7a93c2c
commit 4c1c730094
2 changed files with 27026 additions and 3030 deletions

30054
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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