diff options
author | claucece <soficeli0@gmail.com> | 2015-10-05 21:57:05 -0500 |
---|---|---|
committer | claucece <soficeli0@gmail.com> | 2015-10-05 23:05:48 -0500 |
commit | 775835dc1b9a8f79cdd53d450fd6cd35f131b4a6 (patch) | |
tree | 62956df18378b83ae7a59a4bf257340be7970a7e /test/support/browser_integration_test.rb | |
parent | 2d4765030451934aaba643f7131eb6f8d6442b28 (diff) |
add test to payments and subscriptions
Diffstat (limited to 'test/support/browser_integration_test.rb')
-rw-r--r-- | test/support/browser_integration_test.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/support/browser_integration_test.rb b/test/support/browser_integration_test.rb index 35887cc..9a02abe 100644 --- a/test/support/browser_integration_test.rb +++ b/test/support/browser_integration_test.rb @@ -28,8 +28,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 |