We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a8070b + 23d8050 commit bc1d92eCopy full SHA for bc1d92e
e2e/cypress/support/auth-commands.ts
@@ -314,7 +314,7 @@ Cypress.Commands.add('logout', () => {
314
cy.get('[data-testid=auth-menu-user]').click({ force: true })
315
cy.get('[data-testid=auth-menu-signout-btn]').click({ force: true })
316
cy.get('[id=kc-logout]').click({ force: true })
317
- cy.get('[id=kc-info-message]').should('contain.text', 'You are logged out')
+ cy.contains('You have successfully logged out.', { timeout: 15000 }).should('be.visible')
318
})
319
320
cy.log('> Logging out')
0 commit comments