Fix typo in testing notes

This commit is contained in:
Raluca Stan 2022-01-03 15:59:35 +01:00
parent 5c0f3bfd33
commit 70f8bc9500
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
1. While logged in, with a customer than has checked out before, visit the Checkout block page
2. Confirm shipping address fields are populated
3. Toggle the `Different billing address' box`. Confirm that the billing fields are populated.
3. Toggle the `Different billing address` box. Confirm that the billing fields are populated.
4. Finish your purchase successfully
### Prevent a 0 value shipping price being shown in the Checkout if no shipping methods are available. ([5444](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5444))