mirror of
https://github.com/typeable/elm-ui.git
synced 2024-12-03 13:53:19 +03:00
remove timeout options
This commit is contained in:
parent
d2f7a3eabb
commit
e4e9786dd8
@ -150,9 +150,6 @@ async function prepare_local_driver(env) {
|
||||
.setFirefoxOptions(firefoxOptions)
|
||||
.build();
|
||||
|
||||
// Allow waits up to 5 minutes
|
||||
await driver.manage().timeouts().implicitlyWait(300, TimeUnit.SECONDS);
|
||||
|
||||
return driver;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user