X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/b52138614767c47770e871b5fa9d4ae9700e26ba..de11b137d4469e9d54e078ac0dd5664bdb90e486:/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..f079fbb8f1 100644 --- a/apps/workbench/test/integration/logins_test.rb +++ b/apps/workbench/test/integration/logins_test.rb @@ -1,3 +1,7 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + require 'integration_helper' class LoginsTest < ActionDispatch::IntegrationTest @@ -7,7 +11,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 processes'), "Missing 'Recent processes' from page" assert_no_match(/\bapi_token=/, current_path) end