From 403d8f42f1080b144cc425ea9e9db980a0622127 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 12 Feb 2026 12:45:49 +0200 Subject: [PATCH] Fix integration tests room header discovery --- IntegrationTests/Sources/UserFlowTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)