Skip to content

Commit

Permalink
Update missing_role_button_logout.js
Browse files Browse the repository at this point in the history
Signed-off-by: leanneeliatra <131779422+leanneeliatra@users.noreply.github.com>
  • Loading branch information
leanneeliatra authored Oct 11, 2023
1 parent 4a0a745 commit fdcf75c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if (Cypress.env('SECURITY_ENABLED')) {
cy.contains('button', 'Logout').should('be.visible').click();

cy.intercept({
method: 'POST',
url: '/auth/logout',
method: 'POST',
url: '/auth/logout',
});

cy.getElementByTestId('submit').should('contain.text', 'Log in');
Expand Down

0 comments on commit fdcf75c

Please sign in to comment.