Fix ElementCall UI test

This commit is contained in:
Stefan Ceriu 2024-11-07 10:10:17 +02:00
parent 5ead649489
commit 1347992cbc

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))
}
}