Local Pickup: fix checkout shipping summary test
This commit is contained in:
parent
34dc0b9ac0
commit
380ef202e4
|
@ -495,7 +495,7 @@ describe( 'Checkout Order Summary', () => {
|
|||
await findByText(
|
||||
container,
|
||||
textContentMatcherAcrossSiblings(
|
||||
'Shipping $40.00 via Free shipping'
|
||||
'Shipping $40.00 Free shipping'
|
||||
)
|
||||
)
|
||||
).toBeInTheDocument();
|
||||
|
|
Loading…
Reference in New Issue