Update toast styles, improve incoming call notifications (#33043)
* Update design of incoming call notifications * Make toast show avatars of group call participants * Further expand test coverage for call notifications * Update screenshots * Update screenshots * Delete unused variables * Upgrade Element Call to v0.19.2 For the new group call intents. * Consolidate some branches * Apply Compound spacing variables a little more * Fix lints * Exclude Element Call assets from being re-minified to fix build
This commit is contained in:
@@ -318,6 +318,10 @@ test.describe("Room list", () => {
|
||||
.click();
|
||||
await page.getByRole("menuitem", { name: "New video room" }).click();
|
||||
await page.getByRole("textbox", { name: "Name" }).fill("video room");
|
||||
// Make it public to avoid any crypto setup toasts
|
||||
await page.getByRole("button", { name: "Room visibility" }).click();
|
||||
await page.getByRole("option", { name: "Public room" }).click();
|
||||
await page.getByRole("textbox", { name: "Room address" }).fill("video-room");
|
||||
await page.getByRole("button", { name: "Create video room" }).click();
|
||||
|
||||
const roomListView = getRoomList(page);
|
||||
|
||||
Reference in New Issue
Block a user