Hide calling buttons in room header before a room is created (#30816)
* Hide call buttons until room has been created. * lint * lint * Update snapshot * update snaps
This commit is contained in:
@@ -113,6 +113,8 @@ test.describe("Invite dialog", function () {
|
||||
"rgba(0, 0, 0, 0)",
|
||||
);
|
||||
|
||||
await expect(page.locator(".mx_RoomView")).toMatchScreenshot("send_your_first_message_view.png");
|
||||
|
||||
// Send a message to invite the bots
|
||||
const composer = app.getComposer().locator("[contenteditable]");
|
||||
await composer.fill("Hello}");
|
||||
|
||||
Reference in New Issue
Block a user