Restore Capybara.default_max_wait_time side effect
authorTom Morris <tfmorris@curoverse.com>
Thu, 29 Sep 2016 16:33:16 +0000 (12:33 -0400)
committerTom Morris <tfmorris@curoverse.com>
Thu, 29 Sep 2016 16:34:20 +0000 (12:34 -0400)
apps/workbench/test/integration_helper.rb

index d5be993a4fa76e450cb3466d0a83d218056287da..424b6665cf1d9df5469ccff761cd3ab35004e10a 100644 (file)
@@ -71,6 +71,8 @@ Capybara.register_driver :selenium_with_download do |app|
 end
 
 module WaitForAjax
+  # FIXME: Huge side effect here
+  Capybara.default_max_wait_time = 10
   def wait_for_ajax
     timeout = 10
     count = 0