Skip to content

Commit

Permalink
chore: update playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwisecodes committed Nov 5, 2024
1 parent c4d328b commit 478ddff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/nextjs/tests-e2e/tests/sharing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ test("sharing a lesson", async ({ page, context, browser }) => {

const modal = page.getByTestId("chat-share-dialog");
await expect(modal).toBeVisible();
await expect(modal).toContainText("Share Chat");
await expect(modal).toContainText(
"Content generated by Aila should be reviewed and adapted to ensure accuracy and relevance before sharing.",
);

await modal.getByText("Create shareable link").click();

Expand Down

0 comments on commit 478ddff

Please sign in to comment.