X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..61dbc4445159c9140b0744bf5526ce0f71f4f374:/apps/workbench/test/integration/user_profile_test.rb diff --git a/apps/workbench/test/integration/user_profile_test.rb b/apps/workbench/test/integration/user_profile_test.rb index 41d115ac27..a98fa3542d 100644 --- a/apps/workbench/test/integration/user_profile_test.rb +++ b/apps/workbench/test/integration/user_profile_test.rb @@ -20,7 +20,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest assert page.has_text?('Save profile'), 'No text - Save profile' add_profile user else - assert page.has_text?('Active pipelines'), 'Not found text - Active pipelines' + assert page.has_text?('Recent pipelines and processes'), 'Not found text - Recent pipelines and processes' assert page.has_no_text?('Save profile'), 'Found text - Save profile' end elsif invited @@ -119,7 +119,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest end # profile saved and in home page now - assert page.has_text?('Active pipelines'), 'No text - Active pipelines' + assert page.has_text?('Recent pipelines and processes'), 'No text - Recent pipelines and processes' end [