Merge branch '3112-report-bug' into 3642-search-for-active-only
[arvados.git] / apps / workbench / test / integration / collections_test.rb
index 0e5f2191ddf694921a9d38011378cf1da2ee2980..fff5db78d5f55cba5dadc23251d0b2024900a463 100644 (file)
@@ -15,6 +15,8 @@ class CollectionsTest < ActionDispatch::IntegrationTest
   end
 
   test "can download an entire collection with a reader token" do
+    Capybara.current_driver = :rack_test
+
     uuid = api_fixture('collections')['foo_file']['uuid']
     token = api_fixture('api_client_authorizations')['active_all_collections']['api_token']
     url_head = "/collections/download/#{uuid}/#{token}/"