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

Commit 6a7ddd0

Browse files
committed
Created testing instructions.
1 parent 24e2ae0 commit 6a7ddd0

File tree

1 file changed

+15
-0
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Testing notes and ZIP for release 8.7.1
2+
3+
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/9766268/woocommerce-gutenberg-products-block.zip)
4+
5+
## Feature plugin and package inclusion in WooCommerce
6+
7+
### Fixed an issue where JavaScript errors would occur when more than one extension tried to filter specific payment methods in the Cart and Checkout blocks ([7377](https://github.com/woocommerce/woocommerce-blocks/pull/7377))
8+
9+
#### User Facing Testing
10+
11+
1. Install and activate [some-extension-name.zip](https://github.com/woocommerce/woocommerce-blocks/files/9764404/some-extension-name.zip) and [WooCommerce Conditional Shipping and Payments](https://woocommerce.com/products/conditional-shipping-and-payments/).
12+
2. Activate the Cash on Delivery payment method.
13+
3. Go to the Cart block and view the JS console. Ensure you don't see any errors such as `Error when executing callback for cheque in some-extension-name TypeError: namespacedCallbacks[namespace] is not a function`.
14+
4. Go to the Checkout block and check that no similar errors appear.
15+
5. Change your city to `Denver` and ensure the Cash on Delivery method is not available.

0 commit comments

Comments
 (0)