2754: Merge branch '2754-easy-run-pipeline' refs #2754
[arvados.git] / apps / workbench / test / integration / smoke_test.rb
index 864224b98dfd42aaee396fd374724a8793f0b105..729345673e74c9939d2e78a3460454c4519980bf 100644 (file)
@@ -2,6 +2,10 @@ require 'integration_helper'
 require 'uri'
 
 class SmokeTest < ActionDispatch::IntegrationTest
+  setup do
+    Capybara.current_driver = Capybara.javascript_driver
+  end
+
   def assert_visit_success(allowed=[200])
     assert_includes(allowed, status_code,
                     "#{current_url} returned #{status_code}, not one of " +