mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Fix ElementCall UI test
This commit is contained in:
parent
5ead649489
commit
1347992cbc
@ -47,7 +47,7 @@ class UserSessionScreenTests: XCTestCase {
|
|||||||
let textField = app.textFields["Display name"]
|
let textField = app.textFields["Display name"]
|
||||||
XCTAssert(textField.waitForExistence(timeout: 10))
|
XCTAssert(textField.waitForExistence(timeout: 10))
|
||||||
|
|
||||||
let joinButton = app.buttons["Join call now"]
|
let joinButton = app.buttons["Continue"]
|
||||||
XCTAssert(joinButton.waitForExistence(timeout: 10))
|
XCTAssert(joinButton.waitForExistence(timeout: 10))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user