1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-08-12 13:02:51 +03:00

Add feature flag 'feature_new_room_decoration_ui' and segrate legacy UI component (#11345)

* Move RoomHeader to LegacyRoomHeader

* Create new RoomHeader component
This commit is contained in:
Germain
2023-08-01 08:32:53 +01:00
committed by GitHub
parent 89a92c6351
commit 6ae7c033d5
30 changed files with 2309 additions and 2103 deletions

View File

@@ -116,7 +116,7 @@ describe("Lazy Loading", () => {
}
function openMemberlist(): void {
cy.get(".mx_RoomHeader").within(() => {
cy.get(".mx_LegacyRoomHeader").within(() => {
cy.findByRole("button", { name: "Room info" }).click();
});