X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/34173202861e94dee58ccd5b189983918813d870..b0001b6d784024885d8b90277e4a9b5a2955a9b4:/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 0317f162ad..9d4e04bfee 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?('Recent jobs'), "Missing 'Recent jobs' from page" + assert page.has_text?('Active pipelines'), "Missing 'Active pipelines' from page" assert_no_match(/\bapi_token=/, current_path) end