fix(tests): fix tests on new version

This commit is contained in:
Alexey Kasyanchuk
2019-10-27 21:33:42 +03:00
parent 8795b3d81c
commit 5ede6935ac
4 changed files with 28 additions and 300 deletions

View File

@ -6,6 +6,7 @@ const startApplication = function() {
this.app = new Application({
path: electron,
args: ["."],
chromeDriverArgs: ['remote-debugging-port=' + Math.floor(Math.random() * (9999 - 9000) + 9000)],
startTimeout: 30000,
waitTimeout: 30000,
quitTimeout: 15000