Merge branch 'livekit' into valere/async_error_show_boundary

This commit is contained in:
Valere
2025-03-19 09:30:16 +01:00
8 changed files with 38 additions and 23 deletions

View File

@@ -91,7 +91,7 @@ test("As a guest, create a call, share link and other join", async ({
await expect(creatorPage.getByTestId("modal_inviteLink")).toBeVisible();
await creatorPage.getByTestId("modal_inviteLink").click();
let inviteLink = (await creatorPage.evaluate(
const inviteLink = (await creatorPage.evaluate(
"navigator.clipboard.readText()",
)) as string;
expect(inviteLink).toContain("room/#/");