diff --git a/frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts b/frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts index 90a62ffa66a..0baab2c8e9a 100644 --- a/frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts +++ b/frontend-react/e2e/spec/chromium-only/authenticated/daily-data-page-user-flow.spec.ts @@ -374,7 +374,7 @@ test.describe( }); test("downloads the file", async ({ dailyDataPage, isMockDisabled }) => { - test.skip(isMockDisabled, "Mocks are ENABLED, skipping 'downloads the file' test"); + test.skip(!isMockDisabled, "Mocks are ENABLED, skipping 'downloads the file' test"); // Sort by File available until, but they're in ASCENDING order await dailyDataPage.page.getByRole("button", { name: "File available until" }).click(); await dailyDataPage.page.locator(".usa-table tbody").waitFor({ state: "visible" });