X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7c91d6964f3afb96a737f4234ff45da13a6a4bc2..bfaa0f8f3547fe8d08312f3fd08a0828faf647f5:/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 ede67ff36a..fd190a2042 100644 --- a/apps/workbench/test/integration/user_profile_test.rb +++ b/apps/workbench/test/integration/user_profile_test.rb @@ -25,7 +25,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest assert page.has_text?('Save profile'), 'No text - Save profile' add_profile user else - assert page.has_text?('My projects'), 'Not found text - My projects' + assert page.has_text?('Active pipelines'), 'Not found text - Active pipelines' assert page.has_no_text?('Save profile'), 'Found text - Save profile' end elsif invited @@ -106,8 +106,7 @@ class UserProfileTest < ActionDispatch::IntegrationTest click_link 'Back to work!' # profile saved and in home page now - assert page.has_text?('My projects'), 'No text - My projects' - assert page.has_text?('Projects shared with me'), 'No text - Projects shared with me' + assert page.has_text?('Active pipelines'), 'No text - Active pipelines' end [