Skip to content

Commit

Permalink
Update home-page.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aasimsyed authored Sep 27, 2024
1 parent 2958f1f commit 9602567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/tests/specs/home-page.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ test.describe("Home Page", () => {

// Test accessibility of the home page (skip this test for now).
// Note: Check to make sure that this is eventually done for light and dark modes.
test.skip("There are no detectable accessibility issues", async ({
test("There are no detectable accessibility issues", async ({
homePage,
}, testInfo) => {
const results = await new AxeBuilder({ page: homePage.getPage })
Expand Down

0 comments on commit 9602567

Please sign in to comment.