Skip to content

Commit

Permalink
update test, reorder for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wooj-stripe committed Jan 12, 2024
1 parent 04630b0 commit c69a394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class PaymentSheetBillingCollectionUICardTests: PaymentSheetBillingCollectionUIT
XCTAssertTrue(app.staticTexts["card"].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["Jane Doe"].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["foo@bar.com"].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["+13105551234"].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["+1 (310) 555-1234"].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["510 Townsend St."].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["San Francisco"].waitForExistence(timeout: 10.0))
XCTAssertTrue(app.staticTexts["CA"].waitForExistence(timeout: 10.0))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import Foundation
import PassKit
@_spi(STP) import StripeCore
@_spi(STP) import StripeUICore
@_spi(STP) import StripePaymentsUI
@_spi(STP) import StripeUICore
import UIKit

// MARK: - Configuration
Expand Down

0 comments on commit c69a394

Please sign in to comment.