Skip to content

Commit bc1d92e

Browse files
committed
Merge branch 'feature/kc-26' of https://github.com/bcgov/api-services-portal into feature/kc-26
2 parents 3a8070b + 23d8050 commit bc1d92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/cypress/support/auth-commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Cypress.Commands.add('logout', () => {
314314
cy.get('[data-testid=auth-menu-user]').click({ force: true })
315315
cy.get('[data-testid=auth-menu-signout-btn]').click({ force: true })
316316
cy.get('[id=kc-logout]').click({ force: true })
317-
cy.get('[id=kc-info-message]').should('contain.text', 'You are logged out')
317+
cy.contains('You have successfully logged out.', { timeout: 15000 }).should('be.visible')
318318
})
319319
})
320320
cy.log('> Logging out')

0 commit comments

Comments
 (0)