mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 23:58:02 +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()
|
||||
def firefox_options(firefox_options):
|
||||
firefox_options.add_argument("-headless")
|
||||
return firefox_options
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue