mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
Increase Capybara default wait time
This commit is contained in:
parent
baec96e7d1
commit
0faf72c6c9
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ RSpec.configure do |config|
|
|||
end
|
||||
|
||||
config.before(:each, js: true) do
|
||||
Capybara.default_max_wait_time = 5
|
||||
Capybara.page.driver.resize(3000, 3000)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue