X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fb9235f1b9abe0661eb7640c4db0ab7001f90f1d..982b439de0d2113c1e131e53bc6b8151901d77f9:/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 fae2969916..1c319706ec 100644 --- a/apps/workbench/test/integration/collections_test.rb +++ b/apps/workbench/test/integration/collections_test.rb @@ -98,7 +98,8 @@ class CollectionsTest < ActionDispatch::IntegrationTest assert(page.has_text?('foo'), "Collection page did not include foo file") assert(page.has_no_text?(bar_collection['name']), "Collection page did not include foo file") assert(page.has_text?('bar'), "Collection page did not include bar file") - + assert(page.has_text?('Created new collection in your Home project'), + 'Not found flash message that new collection is created in Home project') headless.stop end @@ -128,7 +129,8 @@ class CollectionsTest < ActionDispatch::IntegrationTest assert(page.has_text?('Copy to project'), "Copy to project text not found in new collection page") assert(page.has_no_text?(foo_collection['name']), "Collection page did not include foo file") assert(page.has_text?('foo'), "Collection page did not include foo file") - + assert(page.has_text?('Created new collection in your Home project'), + 'Not found flash message that new collection is created in Home project') headless.stop end end