mirror of
https://github.com/vector-im/element-web.git
synced 2025-12-07 02:11:10 +01:00
better comment
This commit is contained in:
parent
fdf366cb59
commit
b12f36bdc5
@ -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();
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user