Skip to content

Commit

Permalink
fix: e2e test for share
Browse files Browse the repository at this point in the history
  • Loading branch information
JBR90 committed Nov 7, 2024
1 parent 4abda5b commit 6aca3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,7 @@ 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("Share chat");

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

Expand Down

0 comments on commit 6aca3dc

Please sign in to comment.