fixing testing
This commit is contained in:
30054
package-lock.json
generated
30054
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,7 @@ const startApplication = function() {
|
|||||||
args: ["."],
|
args: ["."],
|
||||||
chromeDriverArgs: ['remote-debugging-port=' + Math.floor(Math.random() * (9999 - 9000) + 9000)],
|
chromeDriverArgs: ['remote-debugging-port=' + Math.floor(Math.random() * (9999 - 9000) + 9000)],
|
||||||
startTimeout: 30000,
|
startTimeout: 30000,
|
||||||
waitTimeout: 500,
|
waitTimeout: 30000,
|
||||||
quitTimeout: 15000
|
quitTimeout: 15000
|
||||||
});
|
});
|
||||||
return this.app.start();
|
return this.app.start();
|
||||||
|
Reference in New Issue
Block a user