Make firefox headless again

This commit is contained in:
Gabriel Augendre 2023-03-27 16:53:01 +02:00
parent 885ec52864
commit edc0cb5f0a

View file

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