This is my case:
let passwordSecureTextField = app.secureTextFields[\"password\"] passwordSecureTextField.tap() passwordSecureTextField.typeText(\"wrong_pass
This maybe help: I just add a "tap" action before the error; that´s all :)
[app.textFields[@"theTitle"] tap]; [app.textFields[@"theTitle"] typeText:@"kk"];