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

Commit 03f9582

Browse files
committed
Update testing instructions
1 parent 91c1de3 commit 03f9582

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

docs/testing/releases/590.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ registerPaymentMethodExtensionCallbacks( 'woocommerce-marketplace-extension',
2222
4. Notice that Cash on delivery is no longer available
2323
5. Notice that Check payments are available only when the City is set to "Denver"
2424

25+
### Smoke test the Checkout block
26+
Because of experimental work done during this release, we need to ensure no regressions have been made to the checkout block. Please smoke test the checkout block.
27+
28+
1. Enable a few different payment methods in your store.
29+
2. Add some products to your cart.
30+
3. Go to the Checkout block, ensure it displays with no errors and the correct cart contents are showing.
31+
4. Ensure you can enter your shipping and billing addresses.
32+
5. Ensure validation still works, (focus a field, delete the content and ensure an error is shown, e.g. postcode field).
33+
6. Ensure you can use different payment methods.
34+
7. Ensure you can check out and that the order is placed.
35+
2536
## Feature plugin and package inclusion in WooCommerce
2637

2738
### Fix Product Search block displaying incorrectly ([4740](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4740))
@@ -32,15 +43,3 @@ registerPaymentMethodExtensionCallbacks( 'woocommerce-marketplace-extension',
3243
| Before | After |
3344
|---|---|
3445
| <img src="https://user-images.githubusercontent.com/3616980/133223981-f31f54ff-2a4d-4652-a8e8-599c7942b7ce.png" /> | ![image](https://user-images.githubusercontent.com/5656702/133245602-8751a6fd-9bad-40b2-aad0-4d91e09afdd7.png) |
35-
36-
37-
### Smoke test the Checkout block
38-
Because of experimental work done during this release, we need to ensure no regressions have been made to the checkout block. Please smoke test the checkout block.
39-
40-
1. Enable a few different payment methods in your store.
41-
2. Add some products to your cart.
42-
3. Go to the Checkout block, ensure it displays with no errors and the correct cart contents are showing.
43-
4. Ensure you can enter your shipping and billing addresses.
44-
5. Ensure validation still works, (focus a field, delete the content and ensure an error is shown, e.g. postcode field).
45-
6. Ensure you can use different payment methods.
46-
7. Ensure you can check out and that the order is placed.

0 commit comments

Comments
 (0)