X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/138a4b0a5de177faede5255841a5c6fca06b31f4..4218f74266f3fee7c618c887bea6a804005c89b9:/apps/workbench/test/integration/logins_test.rb diff --git a/apps/workbench/test/integration/logins_test.rb b/apps/workbench/test/integration/logins_test.rb index 2e2de70318..0d6514d75d 100644 --- a/apps/workbench/test/integration/logins_test.rb +++ b/apps/workbench/test/integration/logins_test.rb @@ -7,7 +7,7 @@ class LoginsTest < ActionDispatch::IntegrationTest test "login with api_token works after redirect" do visit page_with_token('active_trustedclient') - assert page.has_text?('Active pipelines'), "Missing 'Active pipelines' from page" + assert page.has_text?('Recent pipelines and processes'), "Missing 'Recent pipelines and processes' from page" assert_no_match(/\bapi_token=/, current_path) end