Default the room header to on (#12803)
* Default the room header to on * Refactor code into helper method Add a method to open/close the room info panel and use it everywhere. * Fix broken tests, update snapshots and screenshots * Update room header tests to make sense with the new header
This commit is contained in:
@@ -21,7 +21,7 @@ import type { Locator, Page } from "@playwright/test";
|
||||
import type { ElementAppPage } from "../../pages/ElementAppPage";
|
||||
|
||||
function roomHeaderName(page: Page): Locator {
|
||||
return page.locator(".mx_LegacyRoomHeader_nametext");
|
||||
return page.locator(".mx_RoomHeader_heading");
|
||||
}
|
||||
|
||||
async function startDM(app: ElementAppPage, page: Page, name: string): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user