Skip to content

Commit

Permalink
DISPLAY-993: Adjusted tests to fit menu changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed Sep 24, 2023
1 parent 882c90e commit d6a882f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/navigation/topbar/top-bar.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ describe("Nav items loads", () => {
cy.get("#basic-navbar-nav-burger").click();
cy.get("#basic-navbar-nav").should("exist");
cy.get("#basic-navbar-nav").find(".nav-item").should("have.length", 13);
cy.get("#basic-navbar-nav").find(".nav-add-new").should("have.length", 4);
cy.get("#basic-navbar-nav").find(".nav-add-new").should("have.length", 3);
cy.get("#basic-navbar-nav").find("#topbar_signout").should("be.visible");
});
});

0 comments on commit d6a882f

Please sign in to comment.