Fix ElementCall UI test

This commit is contained in:
Stefan Ceriu
2024-11-07 10:10:17 +02:00
parent 18ff736c9a
commit 1920c9074c

View File

@@ -47,7 +47,7 @@ class UserSessionScreenTests: XCTestCase {
let textField = app.textFields["Display name"]
XCTAssert(textField.waitForExistence(timeout: 10))
let joinButton = app.buttons["Join call now"]
let joinButton = app.buttons["Continue"]
XCTAssert(joinButton.waitForExistence(timeout: 10))
}
}