added timeouts
parent
8740ceec73
commit
7144790a80
|
@ -203,8 +203,8 @@ const utils = require("./utils");
|
|||
await divs[0].click();
|
||||
}
|
||||
|
||||
// wait 60 seconds
|
||||
await new Promise((resolve) => setTimeout(resolve, 60 * 1000));
|
||||
// wait 60 seconds
|
||||
await new Promise((resolve) => setTimeout(resolve, 60 * 1000));
|
||||
|
||||
// take screenshot
|
||||
var screenshotPath = path.join(
|
||||
|
|
Loading…
Reference in New Issue