diff --git a/playwright/e2e/voip/element-call.spec.ts b/playwright/e2e/voip/element-call.spec.ts index 1e1c45a543..1f9233bb3c 100644 --- a/playwright/e2e/voip/element-call.spec.ts +++ b/playwright/e2e/voip/element-call.spec.ts @@ -71,7 +71,7 @@ test.describe("Element Call", () => { await app.viewRoomById(room.roomId); await page.getByRole("button", { name: "Video call" }).click(); await page.getByRole("menuitem", { name: "Element Call" }).click(); - + const frameUrlStr = await page.locator("iframe").getAttribute("src"); await expect(frameUrlStr).toBeDefined(); // Ensure we set the correct parameters for ECall.