Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj committed Feb 14, 2025
1 parent d8968e9 commit 74a6ba3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ThreeDSecure_V2_UITests: XCTestCase {

waitForElementToAppear(app.staticTexts["Purchase Authentication"], timeout: .threeDSecureTimeout)

let textField = app.secureTextFields.element(boundBy: 0)
let textField = app.textFields.element(boundBy: 1)

waitForElementToBeHittable(textField)
textField.forceTapElement()
Expand Down

0 comments on commit 74a6ba3

Please sign in to comment.