X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/855a790d7be3ff345f04226bde3719fb90e6d9a5..add9525f2f196e2490a6876fed590d1e139ea659:/apps/workbench/test/integration/collection_upload_test.rb?ds=inline diff --git a/apps/workbench/test/integration/collection_upload_test.rb b/apps/workbench/test/integration/collection_upload_test.rb index 38b60267ed..6960d3bc89 100644 --- a/apps/workbench/test/integration/collection_upload_test.rb +++ b/apps/workbench/test/integration/collection_upload_test.rb @@ -22,7 +22,8 @@ class CollectionUploadTest < ActionDispatch::IntegrationTest click_link 'Upload files from my computer' # Should be looking at a new empty collection. assert_text 'New collection' - assert_text 'd41d8cd98f00b204e9800998ecf8427e+0' + assert_text ' 0 files' + assert_text ' 0 bytes' # The "Upload" tab should be active and loaded. assert_selector 'div#Upload.active div.panel' end