Skip to content

Commit

Permalink
sets window size for chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed May 2, 2023
1 parent 963e9bb commit 197cd64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions holofood/tests/test_website.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def setUpClass(cls):
super().setUpClass()
options = Options()
options.add_argument("--headless")
options.add_argument("--window-size=1280,1024")
cls.selenium = webdriver.Chrome(options=options)
cls.selenium.scopes = [
".*metagenomics/api.*",
Expand Down

0 comments on commit 197cd64

Please sign in to comment.