diff --git a/IntegrationTests/Sources/UserFlowTests.swift b/IntegrationTests/Sources/UserFlowTests.swift index c440601a8..7be9a4071 100644 --- a/IntegrationTests/Sources/UserFlowTests.swift +++ b/IntegrationTests/Sources/UserFlowTests.swift @@ -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)