Make firefox headless again

This commit is contained in:
Gabriel Augendre 2023-03-27 16:53:01 +02:00
parent 885ec52864
commit edc0cb5f0a
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ def live_server(settings, live_server):
@pytest.fixture()
def firefox_options(firefox_options):
firefox_options.add_argument("-headless")
return firefox_options