From 9602567b0a68f49936ea154eac8d2b2ddc08b035 Mon Sep 17 00:00:00 2001 From: Aasim Syed Date: Fri, 27 Sep 2024 16:43:16 -0400 Subject: [PATCH] Update home-page.spec.ts --- frontend/tests/specs/home-page.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/specs/home-page.spec.ts b/frontend/tests/specs/home-page.spec.ts index 3180c166d..527c3edaf 100644 --- a/frontend/tests/specs/home-page.spec.ts +++ b/frontend/tests/specs/home-page.spec.ts @@ -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 })