Increase capybara max wait time

pull/1/head
Nelson Jovel 4 years ago
parent 75d9d9e891
commit e96509c749

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