This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +21
-0
lines changed
Expand file tree Collapse file tree 2 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ ## Testing notes and ZIP for release 7.4.2
2+
3+ [ woocommerce-gutenberg-products-block.zip] ( https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/8496130/woocommerce-gutenberg-products-block.zip )
4+
5+
6+ ## Feature plugin and package inclusion in WooCommerce
7+
8+ ### Fix bug with server errors not showing in Cart/Checkout. ([ 6268] ( https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6268 ) )
9+
10+ #### Checkout
11+ 1 . Create a Simple Product that is in stock.
12+ 2 . Add it to the cart.
13+ 3 . Navigate to the checkout block.
14+ 4 . Change the stock status to "Out of stock" and place the order. Ensure an error notice appears at the top of the Checkout block.
15+
16+ #### Cart
17+ 1 . Create a Simple Product that is in stock.
18+ 2 . Add it to the cart.
19+ 3 . Change the stock status to "Out of stock" and refresh the page.
20+ 4 . Ensure a notice informing the customer that there is an out of stock product in the cart appears at the top of the block.
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ Every release includes specific testing instructions for new features and bug fi
6666- [ 7.3.0] ( ./730.md )
6767- [ 7.4.0] ( ./740.md )
6868 - [ 7.4.1] ( ./741.md )
69+ - [ 7.4.2] ( ./742.md )
6970
7071<!-- FEEDBACK -->
7172---
You can’t perform that action at this time.
0 commit comments