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

Commit 1e70e5a

Browse files
committed
Add testing notes
1 parent 4d18126 commit 1e70e5a

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

docs/testing/releases/420.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Testing notes and ZIP for release 4.2.0
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/5769544/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce core
6+
7+
### SearchListControl styles cleanup ([#3604](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3604))
8+
9+
1. Add a Products by Attribute block in a page or post.
10+
2. Select some attributes and verify there are no visual regressions.
11+
3. Test it also with WP 5.4 + WC 4.3 (our oldest supported versions).
12+
13+
## Feature plugin only
14+
15+
### Convert saved payment methods token to a string ([#3627](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/3627))
16+
17+
1. Install and enable WooCommerce Stripe Payment Gateway.
18+
2. With a new user, go to My Account > Payment Methods and add a new payment method.
19+
3. Add a product to your cart and go to the checkout page.
20+
4. Fill the details but keep the payment method as the saved card you added in step 2.
21+
5. Try to make a purchase and verify it completes successfully and no error is shown.

docs/testing/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ Every release includes specific testing instructions for new features and bug fi
1919
- [3.9.0](./390.md)
2020
- [4.0.0](./400.md)
2121
- [4.1.0](./410.md)
22+
- [4.2.0](./420.md)

0 commit comments

Comments
 (0)