Increase Capybara wait time to 10 seconds

This commit is contained in:
Alex Basson 2021-10-19 16:53:55 -04:00
parent 3d554159fd
commit 473c169c0d

View file

@ -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