Fix a few failing UI tests.

This commit is contained in:
Doug
2022-07-07 10:05:43 +01:00
committed by Doug
parent 094935efb4
commit 183b855fd0
4 changed files with 8 additions and 7 deletions
@@ -43,7 +43,7 @@ class AuthenticationServerSelectionUITests: MockScreenTest {
func verifyNormalState() {
let serverTextField = app.textFields.element
XCTAssertEqual(serverTextField.value as? String, "matrix.org", "The server shown should be matrix.org with the https scheme hidden.")
XCTAssertEqual(serverTextField.value as? String, "matrix.org", "The server shown should be matrix.org as passed to the view model init.")
let confirmButton = app.buttons["confirmButton"]
XCTAssertEqual(confirmButton.label, VectorL10n.confirm, "The confirm button should say Confirm when in modal presentation.")