Fix integration tests room header discovery
This commit is contained in:
committed by
Stefan Ceriu
parent
9b5099bd90
commit
403d8f42f1
@@ -182,7 +182,7 @@ class UserFlowTests: XCTestCase {
|
|||||||
|
|
||||||
private func checkRoomDetails() {
|
private func checkRoomDetails() {
|
||||||
// Open the room details
|
// Open the room details
|
||||||
let roomHeader = app.staticTexts[A11yIdentifiers.roomScreen.name]
|
let roomHeader = app.buttons[A11yIdentifiers.roomScreen.name]
|
||||||
XCTAssertTrue(roomHeader.waitForExistence(timeout: 10.0))
|
XCTAssertTrue(roomHeader.waitForExistence(timeout: 10.0))
|
||||||
roomHeader.tap(.center)
|
roomHeader.tap(.center)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user