Fix UI test action and Auth test.

This commit is contained in:
Doug
2022-05-04 20:13:54 +01:00
committed by Doug
parent b3277d379d
commit fd6582e3b4
2 changed files with 2 additions and 2 deletions
@@ -44,7 +44,7 @@ class AuthenticationServerSelectionUITests: MockScreenTest {
func verifyNormalState() {
let serverTextField = app.textFields.element
XCTAssertEqual(serverTextField.value as? String, "https://matrix.org", "The server shown should be matrix.org with the https scheme.")
XCTAssertEqual(serverTextField.value as? String, "matrix.org", "The server shown should be matrix.org with the https scheme hidden.")
let confirmButton = app.buttons["confirmButton"]
XCTAssertEqual(confirmButton.label, VectorL10n.confirm, "The confirm button should say Confirm when in modal presentation.")