Skip to content

Commit

Permalink
Use snapshot customer (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe authored Apr 13, 2022
1 parent b1a021a commit afc62a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class PaymentSheetSnapshotTests: FBSnapshotTestCase {

func testPaymentSheetCustomDynamicType() {
let requestExpectation = XCTestExpectation(description: "request expectation")
preparePaymentSheet(requestExpectation: requestExpectation, customer: "returning")
preparePaymentSheet(requestExpectation: requestExpectation, customer: "snapshot")
wait(for: [requestExpectation], timeout: 20.0)
presentPaymentSheet(darkMode: false, preferredContentSizeCategory: .extraExtraLarge)
verify(paymentSheet.bottomSheetViewController.view!)
Expand Down

0 comments on commit afc62a7

Please sign in to comment.