diff --git a/Demo/UI Tests/ThreeDSecure UI Tests/ThreeDSecure_V2_UITests.swift b/Demo/UI Tests/ThreeDSecure UI Tests/ThreeDSecure_V2_UITests.swift index 8b3006c13..0b14e99ad 100644 --- a/Demo/UI Tests/ThreeDSecure UI Tests/ThreeDSecure_V2_UITests.swift +++ b/Demo/UI Tests/ThreeDSecure UI Tests/ThreeDSecure_V2_UITests.swift @@ -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()