Changes in specs

Increased the default_max_wait_time parameter trying to get rid of a
weird issue
This commit is contained in:
Juan Salvador Pérez García
2018-06-18 16:06:32 +02:00
parent a00f1f7eaf
commit 53ce073b11

View File

@@ -46,7 +46,7 @@ end
Capybara.asset_host = 'http://localhost:3000'
Capybara::Screenshot.prune_strategy = :keep_last_run
Capybara.javascript_driver = :headless_chrome
Capybara.default_max_wait_time = 25
Capybara.default_max_wait_time = 60
Capybara.exact = true