Skip to content

Commit

Permalink
chore: remove broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Sep 2, 2024
1 parent 515f11b commit 65d3299
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions apps/nextjs/tests-e2e/tests/aila-chat.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ test.describe("Mobile", { tag: ["@authenticated"] }, () => {
await setupClerkTestingToken({ page });

await page.goto(`${TEST_BASE_URL}/aila`);

await expect(page.getByTestId("mobile-support-blocker")).toBeVisible();
await expect(page.getByTestId("mobile-support-blocker")).toContainText(
"This AI lesson planning assistant is not currently available on mobile.",
);
});
});

Expand Down

0 comments on commit 65d3299

Please sign in to comment.