mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Increase Capybara wait time to 10 seconds
This commit is contained in:
parent
3d554159fd
commit
473c169c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ RSpec.configure do |config|
|
|||
end
|
||||
|
||||
config.before(:each, js: true) do
|
||||
Capybara.default_max_wait_time = 5
|
||||
Capybara.default_max_wait_time = 10
|
||||
Capybara.page.driver.resize(3000, 3000)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue