Merge branch '3178-discoverable-parameters' closes #3178
[arvados.git] / apps / workbench / test / integration / collections_test.rb
index 8ac8fe4fb360c1a95683de09bbe8f621879fd301..8657aaa0e492308075f891e89f89aece2df7a6b3 100644 (file)
@@ -74,4 +74,10 @@ class CollectionsTest < ActionDispatch::IntegrationTest
     assert_equal(['foo'], hrefs.compact.sort,
                  "download page did provide strictly file links")
   end
+
+  test "can view empty collection" do
+    uuid = 'd41d8cd98f00b204e9800998ecf8427e+0'
+    visit page_with_token('active', "/collections/#{uuid}")
+    assert page.has_text?('This collection is empty')
+  end
 end