mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Enlarge selenium window
This commit is contained in:
parent
93bf0af400
commit
7cd4c632a5
1 changed files with 1 additions and 0 deletions
|
@ -22,4 +22,5 @@ def firefox_options(firefox_options):
|
||||||
@pytest.fixture()
|
@pytest.fixture()
|
||||||
def selenium(selenium):
|
def selenium(selenium):
|
||||||
selenium.implicitly_wait(3)
|
selenium.implicitly_wait(3)
|
||||||
|
selenium.set_window_size(3860, 2140)
|
||||||
return selenium
|
return selenium
|
||||||
|
|
Loading…
Reference in a new issue