Fix incorrect integration test check

This commit is contained in:
Stefan Ceriu 2022-08-23 09:41:13 +03:00
parent 31a9307b3e
commit 4158efb701

View File

@ -55,7 +55,7 @@ class LoginTests: XCTestCase {
usernameTextField.typeText(app.username)
let passwordTextField = app.secureTextFields["passwordTextField"]
XCTAssertTrue(confirmButton.exists)
XCTAssertTrue(passwordTextField.exists)
passwordTextField.tap()
passwordTextField.typeText(app.password)