Skip to content

Commit

Permalink
Uncomment headless flag for old style tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed Sep 18, 2021
1 parent bec0d4a commit abb0e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyRIGS/tests/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_datetime(year, month, day, hour, minute):
def create_browser():
options = webdriver.ChromeOptions()
options.add_argument("--window-size=1920,1080")
# options.add_argument("--headless")
options.add_argument("--headless")
if settings.CI:
options.add_argument("--no-sandbox")
driver = webdriver.Chrome(options=options)
Expand Down

0 comments on commit abb0e35

Please sign in to comment.