8784: Use keep-web to serve dir listings for shared collections.
[arvados.git] / apps / workbench / test / integration / download_test.rb
index e980b2ffb98c900c7428df19b379d53a48f08ca1..a19cde3db83e8387b0d8c915173ba4b614e8a071 100644 (file)
@@ -25,7 +25,7 @@ class DownloadTest < ActionDispatch::IntegrationTest
       uuid_or_pdh = api_fixture('collections')['foo_file'][id_type]
       token = api_fixture('api_client_authorizations')['active_all_collections']['api_token']
       visit "/collections/download/#{uuid_or_pdh}/#{token}/"
-      within "#collection_files" do
+      within 'ul' do
         click_link 'foo'
       end
       assert_no_selector 'a'