Skip to content

Commit

Permalink
Fix query selector in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Vetcininova committed Aug 21, 2024
1 parent 85b39c0 commit 71619c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When("the user clicks the dogu logout button", () => {
cy.get('button[class=navbar-burger]').click();
cy.get('[data-testid=primary-navigation-logout]').click();
cy.url().should('contain', 'cas/logout');
cy.get('h2[class=banner-heading]').should('be.visible');
cy.get('h1[data-testid=logout-header]').should('be.visible');
});

When("the user waits until the page is fully loaded", () => {
Expand Down

0 comments on commit 71619c5

Please sign in to comment.