New room list: add compose menu for spaces in header (#29347)
* feat(new room list): add compose menu in header for spaces * test(new room list): add tests for space * test(e2e new room list): update space test * chore: formatting and reuse type var
This commit is contained in:
@@ -53,6 +53,6 @@ test.describe("Header section of the room list", () => {
|
||||
|
||||
const roomListHeader = getHeaderSection(page);
|
||||
await expect(roomListHeader.getByRole("heading", { name: "MySpace" })).toBeVisible();
|
||||
await expect(roomListHeader.getByRole("button", { name: "Add" })).not.toBeVisible();
|
||||
await expect(roomListHeader.getByRole("button", { name: "Add" })).toBeVisible();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user