Increase Capybara wait time to 10 seconds

pull/1/head
Alex Basson 4 years ago
parent 3d554159fd
commit 473c169c0d

@ -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…
Cancel
Save