Merge branch 'master' into 4823-python-sdk-writable-collection-api
[arvados.git] / apps / workbench / test / integration / user_profile_test.rb
index 1736ae7af8ac0f80660703a08a4d29b09f3079be..accc6a7963ef5a9a8dee8ad188f0c8552d9d070d 100644 (file)
@@ -1,13 +1,8 @@
 require 'integration_helper'
-require 'selenium-webdriver'
-require 'headless'
 
 class UserProfileTest < ActionDispatch::IntegrationTest
   setup do
-    headless = Headless.new
-    headless.start
-    Capybara.current_driver = :selenium
-
+    need_javascript
     @user_profile_form_fields = Rails.configuration.user_profile_form_fields
   end