X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/60789154369c7a882561dbecff466787acfef6d5..c5fa3f7b2faea363cf73c7e4a2880086c7c9e4f0:/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 28790b4a79..599a577cd7 100644 --- a/apps/workbench/test/integration/user_manage_account_test.rb +++ b/apps/workbench/test/integration/user_manage_account_test.rb @@ -133,4 +133,11 @@ class UserManageAccountTest < ActionDispatch::IntegrationTest end end end + + test "request shell access" do + visit page_with_token('spectator', '/manage_account') + assert_text 'You do not have access to any virtual machines' + click_button 'Request shell access' + assert_text 'Request sent for shell access' + end end