Skip to content

Commit 553de95

Browse files
committed
update test
1 parent 10dffeb commit 553de95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/PaymentSheet Example/PaymentSheetUITest/PaymentSheetVerticalUITest.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class PaymentSheetVerticalUITests: PaymentSheetUITestCase {
9292
try! fillSepaData(app, tapCheckboxWithText: "Save this account for future Example, Inc. payments")
9393
continueButton.tap()
9494
XCTAssertEqual(paymentMethodButton.label, "SEPA Debit, sepa_debit, John Doe, [email protected], 123 Main, San Francisco, CA, 94016, US")
95-
app.buttons["Confirm"].tap()
95+
app.buttons["Confirm"].waitForExistenceAndTap(timeout: 3.0)
9696
XCTAssertTrue(app.staticTexts["Success!"].waitForExistence(timeout: 10))
9797
XCTAssertEqual(
9898
analyticsLog.map({ $0[string: "event"]! }).filter({ $0.starts(with: "mc") }),

0 commit comments

Comments
 (0)