Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
wooj-stripe committed Feb 4, 2025
1 parent 10dffeb commit 553de95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class PaymentSheetVerticalUITests: PaymentSheetUITestCase {
try! fillSepaData(app, tapCheckboxWithText: "Save this account for future Example, Inc. payments")
continueButton.tap()
XCTAssertEqual(paymentMethodButton.label, "SEPA Debit, sepa_debit, John Doe, test@example.com, 123 Main, San Francisco, CA, 94016, US")
app.buttons["Confirm"].tap()
app.buttons["Confirm"].waitForExistenceAndTap(timeout: 3.0)
XCTAssertTrue(app.staticTexts["Success!"].waitForExistence(timeout: 10))
XCTAssertEqual(
analyticsLog.map({ $0[string: "event"]! }).filter({ $0.starts(with: "mc") }),
Expand Down

0 comments on commit 553de95

Please sign in to comment.