File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
WooCommerce/WooCommerceTests/POS Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -659,9 +659,6 @@ struct PointOfSaleOrderControllerTests {
659659
660660 // Then
661661 let indexOfEvent = try #require( analyticsProvider. receivedEvents. firstIndex ( where: { $0 == " receipt_email_success " } ) )
662- print ( indexOfEvent)
663- print ( analyticsProvider. receivedEvents)
664- print ( analyticsProvider. receivedProperties)
665662 #expect( analyticsProvider. receivedProperties [ indexOfEvent] [ " eligible_for_pos_receipt " ] as? Bool == true )
666663 }
667664
@@ -680,9 +677,6 @@ struct PointOfSaleOrderControllerTests {
680677 } catch {
681678 // Then
682679 let indexOfEvent = try #require( analyticsProvider. receivedEvents. firstIndex ( where: { $0 == " receipt_email_failed " } ) )
683- print ( indexOfEvent)
684- print ( analyticsProvider. receivedEvents)
685- print ( analyticsProvider. receivedProperties)
686680 #expect( analyticsProvider. receivedProperties [ indexOfEvent] [ " eligible_for_pos_receipt " ] == nil )
687681 }
688682 }
Original file line number Diff line number Diff line change @@ -906,7 +906,6 @@ struct PointOfSaleAggregateModelTests {
906906 await sut. startCashPayment ( )
907907
908908 // Then
909- print ( analyticsProvider. receivedEvents)
910909 #expect( mockAnalyticsProvider. receivedEvents. first ( where: { $0 == " cash_payment_tapped " } ) != nil )
911910 }
912911 }
You can’t perform that action at this time.
0 commit comments