We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35c0320 commit 2a9fc6eCopy full SHA for 2a9fc6e
tests/selenium/conftest.py
@@ -24,7 +24,7 @@ def __init__(self):
24
options.add_argument("--disable-dev-shm-usage")
25
options.add_argument("--disable-gpu")
26
options.add_argument("--headless=new")
27
- options.add_argument("--window-size=1024,768")
+ options.add_argument("--window-size=800,600")
28
super().__init__(options=options)
29
30
def get_file(self, filepath):
0 commit comments