X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/bf932e00f0efcce7ed6cd660f5483ffd79359c60..5e9787f914dd1a2f762ae7a653fe8dda36f8f555:/apps/workbench/test/integration/application_layout_test.rb diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb index 235fb0d487..35a1415213 100644 --- a/apps/workbench/test/integration/application_layout_test.rb +++ b/apps/workbench/test/integration/application_layout_test.rb @@ -22,7 +22,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest assert page.has_text?('Please log in'), 'Not found text - Please log in' assert page.has_text?('If you have never used Arvados Workbench before'), 'Not found text - If you have never' assert page.has_no_text?('My projects'), 'Found text - My projects' - assert page.has_link?(/Log in/), 'Not found text - log in to' + assert page.has_link?("Log in"), 'Not found text - Log in' elsif user['is_active'] if profile_config && !has_profile assert page.has_text?('Save profile'), 'No text - Save profile' @@ -251,9 +251,7 @@ class ApplicationLayoutTest < ActionDispatch::IntegrationTest ['SSH keys', nil, 'public_key'], ['Links', nil, 'link_class'], ['Groups', nil, 'All users'], - ['Compute nodes', nil, 'ping_secret'], ['Keep services', nil, 'service_ssl_flag'], - ['Keep disks', nil, 'bytes_free'], ].each do |page_name, add_button_text, look_for| test "test system menu #{page_name} link" do visit page_with_token('admin')