From 4ead45f7153b2ba420fe0a8c87f1cc83682a8bb4 Mon Sep 17 00:00:00 2001 From: claucece Date: Mon, 5 Oct 2015 23:28:16 -0500 Subject: changed capybara time --- test/support/browser_integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/browser_integration_test.rb b/test/support/browser_integration_test.rb index 9a02abe..950a395 100644 --- a/test/support/browser_integration_test.rb +++ b/test/support/browser_integration_test.rb @@ -28,7 +28,7 @@ class BrowserIntegrationTest < ActionDispatch::IntegrationTest Capybara.app_host = 'http://lvh.me:3003' Capybara.server_port = 3003 Capybara.javascript_driver = :poltergeist - Capybara.default_max_wait_time = 5 + Capybara.default_wait_time = 5 # Make the Capybara DSL available include Capybara::DSL -- cgit v1.2.3