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

Commit e78f585

Browse files
committed
update testing notes
1 parent 9f8c95c commit e78f585

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/testing/releases/510.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Testing notes and ZIP for release 5.1.0
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/6452221/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin only
6+
7+
### General smoke testing
8+
9+
The following are related to various changes impacting existing flows, so smoke testing is needed to verify there are no regressions:
10+
11+
- Place orders via the Checkout block and ensure the following:
12+
- All payment methods included with the blocks work as expected for completing the order.
13+
- Intentionally triggering payment errors for various payment methods surface the errors as expected and another payment method can be tried.
14+
- Express payment methods (via Stripe) work as expected in both the Cart context and Checkout context.
15+
16+
### Fixed bug with clearing email and phone fields when using separate billing address.
17+
18+
Test both guest and logged in scenarios for the following:
19+
20+
- On checkout, fill out email address, shipping fields, and phone number.
21+
- Uncheck "use shipping for billing" checkbox.
22+
- Verify email and phone fields still have their values.
23+
- Submit the order and make sure those values persist on the server with the order.

docs/testing/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ Every release includes specific testing instructions for new features and bug fi
3030
- [4.9.0](./490.md)
3131
- [4.9.1](./491.md)
3232
- [5.0.0](./500.md)
33+
- [5.1.0](./510.md)

0 commit comments

Comments
 (0)