Skip to content

Commit

Permalink
Update PaymentSheetUITest.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Mar 11, 2024
1 parent cf731cd commit dff2a06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ class PaymentSheetStandardLPMUITests: PaymentSheetUITestCase {
}

// MARK: Card brand choice

/* Temporarily disable CBC tests
func testCardBrandChoice() throws {
// Currently only our French merchant is eligible for card brand choice
var settings = PaymentSheetTestPlaygroundSettings.defaultValues()
Expand Down Expand Up @@ -1096,7 +1096,7 @@ class PaymentSheetStandardLPMUITests: PaymentSheetUITestCase {
// Card should be removed
XCTAssertFalse(app.staticTexts["••••1001"].waitForExistence(timeout: 5.0))
}

*/
// This only tests the PaymentSheet + PaymentIntent flow.
// Other confirmation flows are tested in PaymentSheet+LPMTests.swift
func testSEPADebitPaymentMethod_PaymentSheet() {
Expand Down

0 comments on commit dff2a06

Please sign in to comment.