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