Skip to content

Commit

Permalink
Adjust masthead jest test
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jun 29, 2024
1 parent b68f053 commit 9306448
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Masthead/Masthead.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe("Masthead.vue", () => {
});

it("should render simple tab item links", () => {
expect(wrapper.findAll("li.nav-item").length).toBe(5);
expect(wrapper.findAll("li.nav-item").length).toBe(4);
// Ensure specified link title respected.
expect(wrapper.find("#help").text()).toBe("Support, Contact, and Community");
expect(wrapper.find("#help a").attributes("href")).toBe("/about");
Expand Down

0 comments on commit 9306448

Please sign in to comment.