Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 3239e6d

Browse files
author
Tarun Vijwani
committed
Update testing instructions
1 parent d5ded4b commit 3239e6d

File tree

1 file changed

+12
-11
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+12
-11
lines changed

docs/internal-developers/testing/releases/830.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
2121

2222
#### Checkout Block:
2323
1. Go to WooCommerce -> Settings -> Accounts & Privacy and enable ` Allow customers to create an account during checkout` and `Allow customers to log into an existing account during checkout`.
24-
2. Enable the Stripe payment method, COD, and cheque.
25-
3. Log out of the site then add items to your cart and go to the Checkout Block.
26-
4. Check the `create account` box when entering your details.
27-
5. Remove the coupon added in the Cart testing steps, and try re-adding it.
28-
6. Change shipping methods and ensure the prices update.
29-
7. Change address, ensure shipping prices update when the country changes.
30-
8. Leave some fields empty on the address form, ensure you get an error.
31-
9. Re-fill them and enter an invalid ZIP code. (Set country to UK and enter 234345 as the Postcode). Ensure you see an error at the top of the block.
32-
10. Correct the error (A valid one is `SW19 1AA` if in UK).
33-
11. Check out and ensure it works and the order is logged correctly.
34-
12. Ensure you received emails relating to your order (if using Local WP you can go to your site -> tools -> mailhog to check this).
24+
2. Go to Checkout block editor, select contact information block and enable `Allow shoppers to sign up for a user account during checkout`.
25+
3. Enable the Stripe payment method, COD, and cheque.
26+
4. Log out of the site then add items to your cart and go to the Checkout Block.
27+
5. Check the `create account` box when entering your details.
28+
6. Remove the coupon added in the Cart testing steps, and try re-adding it.
29+
7. Change shipping methods and ensure the prices update.
30+
8. Change address, ensure shipping prices update when the country changes.
31+
9. Leave some fields empty on the address form, ensure you get an error.
32+
10. Re-fill them and enter an invalid ZIP code. (Set country to UK and enter 234345 as the Postcode). Ensure you see an error at the top of the block.
33+
11. Correct the error (A valid one is `SW19 1AA` if in UK).
34+
12. Check out and ensure it works and the order is logged correctly.
35+
13. Ensure you received emails relating to your order (if using Local WP you can go to your site -> tools -> mailhog to check this).
3536

3637
### Refactor Product Categories block to use block.json. ([6875](https://github.com/woocommerce/woocommerce-blocks/pull/6875))
3738
##### WooCommerce Blocks

0 commit comments

Comments
 (0)