X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/94972ae20fa5d9dde7dc814695a970e9d5bad4a7..d3716fbfea120893e1a23915c5f9bcb7ca96c371:/apps/workbench/test/integration/user_profile_test.rb?ds=sidebyside diff --git a/apps/workbench/test/integration/user_profile_test.rb b/apps/workbench/test/integration/user_profile_test.rb index 547ef06a68..30d4943c62 100644 --- a/apps/workbench/test/integration/user_profile_test.rb +++ b/apps/workbench/test/integration/user_profile_test.rb @@ -24,7 +24,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest assert_text('Save profile') add_profile user else - assert_text('Recent pipelines and processes') + assert_text('Recent processes') assert_no_text('Save profile') end elsif invited @@ -126,7 +126,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest end # profile saved and in home page now - assert_text('Recent pipelines and processes') + assert_text('Recent processes') end [