Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
agates4 committed Nov 24, 2022
1 parent a2c1db4 commit f8be7b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-homepage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe("check build output for homepage", () => {
});

it("should have a list of recipes", () => {
const recipes = Array.from(doc.querySelectorAll("#recipes ul li a"));
const recipes = Array.from(doc.querySelectorAll("#recipes > div > div"));

expect(recipes.length).to.be.greaterThan(0);
});
Expand Down

0 comments on commit f8be7b9

Please sign in to comment.