[ARVADOS] updated: c6566ea328710818ab9b65db6187751f1874415c
git at public.curoverse.com
git at public.curoverse.com
Fri Feb 6 08:03:17 EST 2015
Summary of changes:
apps/workbench/test/integration/user_manage_account_test.rb | 1 +
1 file changed, 1 insertion(+)
via c6566ea328710818ab9b65db6187751f1874415c (commit)
from f7cc825b6a7a526a95e9f889ba94f4122f191889 (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 c6566ea328710818ab9b65db6187751f1874415c
Author: Radhika Chippada <radhika at curoverse.com>
Date: Fri Feb 6 08:02:52 2015 -0500
4951: actually add test assertion to verify that request access button was no longer displayed after a request was made.
diff --git a/apps/workbench/test/integration/user_manage_account_test.rb b/apps/workbench/test/integration/user_manage_account_test.rb
index a640728..af790f3 100644
--- a/apps/workbench/test/integration/user_manage_account_test.rb
+++ b/apps/workbench/test/integration/user_manage_account_test.rb
@@ -147,6 +147,7 @@ class UserManageAccountTest < ActionDispatch::IntegrationTest
find('a', text: 'Manage account').click
end
end
+ assert_no_selector 'a', text: 'Request shell access'
assert_text 'You do not have access to any virtual machines. A request was sent on your behalf.'
end
end
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list