Skip to content

Commit 2a9fc6e

Browse files
committed
try another window size
1 parent 35c0320 commit 2a9fc6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/selenium/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self):
2424
options.add_argument("--disable-dev-shm-usage")
2525
options.add_argument("--disable-gpu")
2626
options.add_argument("--headless=new")
27-
options.add_argument("--window-size=1024,768")
27+
options.add_argument("--window-size=800,600")
2828
super().__init__(options=options)
2929

3030
def get_file(self, filepath):

0 commit comments

Comments
 (0)