mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 16:18:03 +01:00
Make firefox headless again
This commit is contained in:
parent
885ec52864
commit
edc0cb5f0a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue