renommage des tests
Co-authored-by: Pierre de La Morinerie <pierre.de_la_morinerie@beta.gouv.fr>
This commit is contained in:
parent
d31b4b6848
commit
1a53bfed62
2 changed files with 6 additions and 6 deletions
|
@ -47,7 +47,7 @@ Capybara.register_driver :headless_chrome do |app|
|
|||
|
||||
download_path = Capybara.save_path
|
||||
# Chromedriver 77 requires setting this for headless mode on linux
|
||||
# Different versions of Chrome/selenium-webdriver require setting differently - jus set them all
|
||||
# Different versions of Chrome/selenium-webdriver require setting differently - just set them all
|
||||
options.add_preference('download.default_directory', download_path)
|
||||
options.add_preference(:download, default_directory: download_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue