Fix integration tests room header discovery

This commit is contained in:
Stefan Ceriu
2026-02-12 12:45:49 +02:00
committed by Stefan Ceriu
parent 9b5099bd90
commit 403d8f42f1

View File

@@ -182,7 +182,7 @@ class UserFlowTests: XCTestCase {
private func checkRoomDetails() {
// Open the room details
let roomHeader = app.staticTexts[A11yIdentifiers.roomScreen.name]
let roomHeader = app.buttons[A11yIdentifiers.roomScreen.name]
XCTAssertTrue(roomHeader.waitForExistence(timeout: 10.0))
roomHeader.tap(.center)