Skip to content

Commit

Permalink
Fix NavbarTest.cy component test
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes committed Sep 16, 2024
1 parent f7249ca commit 924f9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/cypress/component/NavbarTest.cy.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("Navbar", () => {
{ path: "/samples", name: "Samples" },
{ path: "/collections", name: "Collections" },
{ path: "/starting-materials", name: "Inventory" },
{ path: "/equipment", name: "Equipment" },
{ path: "/equipments", name: "Equipment" },
{ path: "/item-graph", name: "GraphView" },
],
});
Expand Down

0 comments on commit 924f9ac

Please sign in to comment.