summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-03-24 11:12:55 +0100
committerAzul <azul@riseup.net>2016-05-02 08:28:43 -0300
commit9b9daf95357f4fa5fd1eb95b16e2cf043937bdc0 (patch)
treeab746095b64eca66f6648ce224f34e1844f12b37 /test
parent54661746ffa9f113c6b489a4d5ba170a27874ad1 (diff)
upgrade: default_wait_time -> default_max_wait_time
Diffstat (limited to 'test')
-rw-r--r--test/support/browser_integration_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/browser_integration_test.rb b/test/support/browser_integration_test.rb
index 5455fba..8201854 100644
--- a/test/support/browser_integration_test.rb
+++ b/test/support/browser_integration_test.rb
@@ -29,7 +29,7 @@ class BrowserIntegrationTest < ActionDispatch::IntegrationTest
Capybara.app_host = 'http://lvh.me:3003'
Capybara.server_port = 3003
Capybara.javascript_driver = :poltergeist
- Capybara.default_wait_time = 5
+ Capybara.default_max_wait_time = 5
# Make the Capybara DSL available
include Capybara::DSL