Skip to content

Commit

Permalink
fixup! test(selenium): run tests across multiple {browser, js} combin…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
Restioson committed Nov 6, 2024
1 parent 66b81a0 commit b46fa38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/general/tests/test_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def setUpClass(cls):
opts.add_argument("--window-size=1920,1080")
cls.driver = ChromeWebDriver(opts)
elif browser == "firefox":
# From https://stackoverflow.com/a/74188454
options = FirefoxOptions()
options.add_argument("-headless")
cls.driver = FirefoxWebDriver(options=options)
Expand Down

0 comments on commit b46fa38

Please sign in to comment.