X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c3927322282606c3aa6e668641ec2b9e7f4d65e..420d88e40bc5c2d12fe53a5f9f25ec19d80de797:/apps/workbench/test/integration/user_manage_account_test.rb diff --git a/apps/workbench/test/integration/user_manage_account_test.rb b/apps/workbench/test/integration/user_manage_account_test.rb index a33c47e360..a4defda806 100644 --- a/apps/workbench/test/integration/user_manage_account_test.rb +++ b/apps/workbench/test/integration/user_manage_account_test.rb @@ -84,19 +84,19 @@ class UserManageAccountTest < ActionDispatch::IntegrationTest visit page_with_token(user) click_link 'notifications-menu' if notifications - assert_selector('a', text: 'Click here to learn about SSH keys') + assert_selector('a', text: 'Click here to set up an SSH public key for use with Arvados') assert_selector('a', text: 'Click here to learn how to run an Arvados Crunch pipeline') - click_link('Click here to learn about SSH keys') + click_link('Click here to set up an SSH public key for use with Arvados') assert_selector('a', text: 'Add new SSH key') add_and_verify_ssh_key # No more SSH notification click_link 'notifications-menu' - assert_no_selector('a', text: 'Click here to learn about SSH keys') + assert_no_selector('a', text: 'Click here to set up an SSH public key for use with Arvados') assert_selector('a', text: 'Click here to learn how to run an Arvados Crunch pipeline') else - assert_no_selector('a', text: 'Click here to learn about SSH keys') + assert_no_selector('a', text: 'Click here to set up an SSH public key for use with Arvados') assert_no_selector('a', text: 'Click here to learn how to run an Arvados Crunch pipeline') end end