You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/internal-developers/testing/releases/830.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,17 +21,18 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
21
21
22
22
#### Checkout Block:
23
23
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).
35
36
36
37
### Refactor Product Categories block to use block.json. ([6875](https://github.com/woocommerce/woocommerce-blocks/pull/6875))
0 commit comments