mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Increase capybara max wait time
This commit is contained in:
parent
75d9d9e891
commit
e96509c749
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ RSpec.configure do |config|
|
|||
|
||||
config.before(:each, js: true) do
|
||||
driven_by :apparition
|
||||
Capybara.default_max_wait_time = 10
|
||||
Capybara.default_max_wait_time = 20
|
||||
Capybara.page.driver.resize(3000, 3000)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue