From 36b09d2790f62456938dfd114fa6c32bbb52f08f Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 12 Jan 2021 17:11:52 +0100 Subject: [PATCH] FIX: Correct UI test expected string. --- .../multi_user_openid_connect_provider_not_available.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui/cypress_specs/multi_user_openid_connect_provider_not_available.js b/tests/ui/cypress_specs/multi_user_openid_connect_provider_not_available.js index 25d0570f..f61f1521 100644 --- a/tests/ui/cypress_specs/multi_user_openid_connect_provider_not_available.js +++ b/tests/ui/cypress_specs/multi_user_openid_connect_provider_not_available.js @@ -11,6 +11,6 @@ describe('OpenID Connect users', () => { cy.url().should('include', Cypress.config('baseUrl')) // make sure that we are shown the correct error - cy.contains('An error occurred while logging you in: Cannot get login URL: Failed to connect to provider') + cy.contains('An error occurred while logging you in: OpenID Connect: Cannot get login URL: Failed to connect to provider') }) }) \ No newline at end of file