Local Pickup: fix checkout shipping summary test

This commit is contained in:
Nadir Seghir 2023-01-13 11:50:57 +01:00
parent 34dc0b9ac0
commit 380ef202e4
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ describe( 'Checkout Order Summary', () => {
await findByText(
container,
textContentMatcherAcrossSiblings(
'Shipping $40.00 via Free shipping'
'Shipping $40.00 Free shipping'
)
)
).toBeInTheDocument();