Skip to content

Commit

Permalink
Fix selector for logout button in menu test
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Jan 27, 2025
1 parent ab5735e commit 8b45d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/menu/menu.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ describe("Menu (authenticated))", () => {
.and("have.text", "2");

// 2.e. “Log ud” knappen. Engelsk tekst: "Log out"
cy.getBySel(".menu-logout-button")
cy.getBySel("menu-logout-button")
.should("exist")
.and("have.text", "Log out");
});
Expand Down

0 comments on commit 8b45d28

Please sign in to comment.