From b12f36bdc50286ee755c1d3fa16a6f992d314105 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 28 Nov 2025 17:18:55 +0000 Subject: [PATCH] better comment --- playwright/e2e/voip/element-call.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/e2e/voip/element-call.spec.ts b/playwright/e2e/voip/element-call.spec.ts index f8190133ea..e52d781ac7 100644 --- a/playwright/e2e/voip/element-call.spec.ts +++ b/playwright/e2e/voip/element-call.spec.ts @@ -463,7 +463,7 @@ test.describe("Element Call", () => { await callFrame.getByRole("button", { name: "Join Call" }).click(); await expect(callFrame.getByText("In call", { exact: true })).toBeVisible(); - // Wait for the room lsit to update before we switch away. + // Wait for Element Web to pickup the RTC session and update the room list entry. await expect(await page.getByTestId("notification-decoration")).toBeVisible(); }