We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc1e3e8 commit 7cafae0Copy full SHA for 7cafae0
1 file changed
spec/support/capybara.rb
@@ -5,6 +5,7 @@
5
Capybara.enable_aria_label = true
6
Capybara.save_path = ENV.fetch("CIRCLE_ARTIFACTS", Capybara.save_path)
7
Capybara.server = :puma, { Silent: true }
8
+Capybara.default_max_wait_time = Integer(ENV.fetch("CAPYBARA_MAX_WAIT_TIME", 5))
9
10
Selenium::WebDriver.logger.output = Rails.root.join("log/selenium.log")
11
0 commit comments