Increase Capybara default wait time

This commit is contained in:
rebuilt 2021-10-19 21:23:49 +02:00
parent baec96e7d1
commit 0faf72c6c9

View file

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