From: Peter Amstutz Date: Mon, 17 May 2021 13:42:53 +0000 (-0400) Subject: 17499: Fix tests X-Git-Tag: 2.2.0~29^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/e8f266b10a8cd66209fd2ca6c64a100f86b8b887 17499: Fix tests Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/apps/workbench/test/integration/application_layout_test.rb b/apps/workbench/test/integration/application_layout_test.rb index 235fb0d487..7d34c43deb 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' diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py index 953021f0e7..917d6100ae 100644 --- a/sdk/python/tests/run_test_server.py +++ b/sdk/python/tests/run_test_server.py @@ -770,6 +770,7 @@ def setup_config(): }, "Login": { "SSO": { + "Enable": True, "ProviderAppID": "arvados-server", "ProviderAppSecret": "608dbf356a327e2d0d4932b60161e212c2d8d8f5e25690d7b622f850a990cd33", },