Skip to content

Commit

Permalink
try another window size
Browse files Browse the repository at this point in the history
  • Loading branch information
Conengmo committed Oct 18, 2024
1 parent 35c0320 commit 2a9fc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/selenium/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self):
options.add_argument("--disable-dev-shm-usage")
options.add_argument("--disable-gpu")
options.add_argument("--headless=new")
options.add_argument("--window-size=1024,768")
options.add_argument("--window-size=800,600")
super().__init__(options=options)

def get_file(self, filepath):
Expand Down

0 comments on commit 2a9fc6e

Please sign in to comment.