fix duration in basetest
This commit is contained in:
parent
62917e9ee1
commit
a2a461400e
@ -39,7 +39,7 @@ public abstract class BaseTest {
|
||||
//открытие страницы Google по url
|
||||
driver.get(config.url());
|
||||
|
||||
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(2));
|
||||
driver.manage().timeouts().implicitlyWait(Duration.ofSeconds(10));
|
||||
//разворот окна на полный экран при открытии
|
||||
driver.manage().window().maximize();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user