Merge branch '4836-first-tab-load-wip'
[arvados.git] / apps / workbench / test / integration / collections_test.rb
index a54d70ff2cc5677185cd4148dc47696eb851e859..201be6d77696671b022bca6cd44f0aa03e8dd9d3 100644 (file)
@@ -107,7 +107,7 @@ class CollectionsTest < ActionDispatch::IntegrationTest
   test "can view empty collection" do
     uuid = 'd41d8cd98f00b204e9800998ecf8427e+0'
     visit page_with_token('active', "/collections/#{uuid}")
-    assert page.has_text?('This collection is empty')
+    assert page.has_text?(/This collection is empty|The following collections have this content/)
   end
 
   test "combine selected collections into new collection" do