Skip to content

Commit 41fd0b4

Browse files
test: Rollback login password textfield selection (#1739)
2 parents 861af72 + d9a947f commit 41fd0b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

MailUITests/MailUITests.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,7 @@ class MailUITests: XCTestCase {
262262
emailField.tap()
263263
emailField.typeText(Env.testAccountEmail)
264264

265-
let passwordField = loginWebView.textViews.secureTextFields.firstMatch
266-
passwordField.tap()
265+
let passwordField = loginWebView.secureTextFields.firstMatch
267266
passwordField.tap()
268267
passwordField.typeText(Env.testAccountPassword)
269268
passwordField.typeText("\n")

0 commit comments

Comments
 (0)