mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-22 17:34:56 +02:00
FIX: Correct UI test expected string.
This commit is contained in:
@@ -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')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user