X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/5794ce4f00cd583eee74719118516c0c993fca1c..a311c787bd6f87abb6c1e4659cb02bc936b6ab9d:/apps/workbench/test/integration/collections_test.rb diff --git a/apps/workbench/test/integration/collections_test.rb b/apps/workbench/test/integration/collections_test.rb index a54d70ff2c..201be6d776 100644 --- a/apps/workbench/test/integration/collections_test.rb +++ b/apps/workbench/test/integration/collections_test.rb @@ -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