Merge branch '5141-workbench-numeric-inputs-wip'
[arvados.git] / apps / workbench / test / integration / errors_test.rb
index 19ed7dca684f8b1a460e560220fc82a642fc687d..1897a038589898d8b31514360ed952de64365f51 100644 (file)
@@ -2,7 +2,7 @@ require 'integration_helper'
 
 class ErrorsTest < ActionDispatch::IntegrationTest
   setup do
-    Capybara.current_driver = Capybara.javascript_driver
+    need_javascript
   end
 
   BAD_UUID = "ffffffffffffffffffffffffffffffff+0"
@@ -125,5 +125,4 @@ class ErrorsTest < ActionDispatch::IntegrationTest
       Rails.configuration.arvados_v1_base = original_arvados_v1_base
     end
   end
-
 end