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 2a9fc6e commit 97576afCopy full SHA for 97576af
tests/selenium/conftest.py
@@ -24,7 +24,8 @@ 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=800,600")
+ options.add_argument("--window-size=1024,768")
28
+ options.add_argument("--test-type")
29
super().__init__(options=options)
30
31
def get_file(self, filepath):
0 commit comments