Skip to content

Commit

Permalink
test: restores accessibility check in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gilaineyo committed Jan 15, 2025
1 parent d08e428 commit 5219d4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,8 @@ describe("Recommendation Checklist Page", () => {
.should("have.attr", "href")
.and("include", "/");
});

it("passes accessibility tests", () => {
cy.runAxe();
});
});

0 comments on commit 5219d4c

Please sign in to comment.