Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@

Capybara.configure do |config|
config.automatic_label_click = true

# These tests run against real environments over the network, often right
# after a deployment when the apps respond slowly. Capybara's 2 second
# default is not long enough for page loads and redirects to settle.
config.default_max_wait_time = 10
end

# This file was generated by the `rspec --init` command. Conventionally, all
Expand Down