[ARVADOS] updated: c0eb863c713b8aab427c10524baf51f9953ab23b
git at public.curoverse.com
git at public.curoverse.com
Fri Dec 5 09:57:53 EST 2014
Summary of changes:
apps/workbench/test/integration/user_manage_account_test.rb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
via c0eb863c713b8aab427c10524baf51f9953ab23b (commit)
via 023e186eb4145d3495ebc3bb90045e19744296ed (commit)
via d0dee537f49db8ded524c8d0a01734d7a6c67191 (commit)
from 384fd3f33d5986e6f218f7f648aae0c97f71c899 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c0eb863c713b8aab427c10524baf51f9953ab23b
Merge: 023e186 d0dee53
Author: Radhika Chippada <radhika at curoverse.com>
Date: Fri Dec 5 09:57:39 2014 -0500
Merge branch 'master' into 4638-ssh-notification
commit 023e186eb4145d3495ebc3bb90045e19744296ed
Author: Radhika Chippada <radhika at curoverse.com>
Date: Fri Dec 5 09:57:12 2014 -0500
4638: update test to reflect link text change.
diff --git a/apps/workbench/test/integration/user_manage_account_test.rb b/apps/workbench/test/integration/user_manage_account_test.rb
index a33c47e..a4defda 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
commit d0dee537f49db8ded524c8d0a01734d7a6c67191
Merge: 3f904a5 384fd3f
Author: Radhika Chippada <radhika at curoverse.com>
Date: Fri Dec 5 09:34:32 2014 -0500
closes #4638
Merge branch '4638-ssh-notification'
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list