Skip to content

Commit

Permalink
blep
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed Jan 17, 2024
1 parent 1260de0 commit 99aa487
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 @@ -305,7 +305,7 @@ describe("Menu (authenticated))", () => {
.and("contain", "Reservations")
.find(".link-filters__counter")
.should("exist")
.and("have.text", "1");
.and("have.text", "2");

// 2.d.iii. “Huskeliste” linker til Huskelisten, og viser det samlede antal materialer på huskelisten. Engelsk tekst: "My list"
cy.getBySel("menu-navigation-item-my list")
Expand Down

0 comments on commit 99aa487

Please sign in to comment.