X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f1bb6330f94f341c0d53eb01da532bfa995924f4..2b43b263f8cd5cbd931d884bfa961a7dba7a4b9a:/apps/workbench/test/integration/collection_upload_test.rb diff --git a/apps/workbench/test/integration/collection_upload_test.rb b/apps/workbench/test/integration/collection_upload_test.rb index 6960d3bc89..62efee4d67 100644 --- a/apps/workbench/test/integration/collection_upload_test.rb +++ b/apps/workbench/test/integration/collection_upload_test.rb @@ -28,13 +28,6 @@ class CollectionUploadTest < ActionDispatch::IntegrationTest assert_selector 'div#Upload.active div.panel' end - test "No Upload tab on non-writable collection" do - need_javascript - visit(page_with_token 'active', - '/collections/'+api_fixture('collections')['user_agreement']['uuid']) - assert_no_selector '.nav-tabs Upload' - end - test "Upload two empty files with the same name" do need_selenium "to make file uploads work" visit page_with_token 'active', sandbox_path