Merge branch 'master' into 4951-request-vm
[arvados.git] / apps / workbench / test / integration / user_manage_account_test.rb
index a64072859659d1711f6affd59e53d2dfed8b3806..a84d424d3ec730940f8fedb5c8c757da347561ae 100644 (file)
@@ -137,8 +137,9 @@ class UserManageAccountTest < ActionDispatch::IntegrationTest
   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'
+    click_button 'Send request for shell access'
+    assert_text 'A request for shell access was sent.'
+    assert_no_text 'You do not have access to any virtual machines.'
 
     # revisit the page and verify that the Request button is no longer shown
     within('.navbar-fixed-top') do
@@ -147,6 +148,7 @@ class UserManageAccountTest < ActionDispatch::IntegrationTest
         find('a', text: 'Manage account').click
       end
     end
-    assert_text 'You do not have access to any virtual machines. A request was sent on your behalf.'
+    assert_text 'You do not have access to any virtual machines.'
+    assert_text 'A request for shell access was sent on '
   end
 end