From 0675355cf7be09f393568ad8b3be5512f8ff2249 Mon Sep 17 00:00:00 2001 From: Darren Ethier Date: Wed, 17 Feb 2021 07:24:49 -0500 Subject: [PATCH] Update 440.md Fix testing note in wrong section. --- .../woocommerce-blocks/docs/testing/releases/440.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/woocommerce-blocks/docs/testing/releases/440.md b/plugins/woocommerce-blocks/docs/testing/releases/440.md index e375bec55db..0d51449c7bd 100644 --- a/plugins/woocommerce-blocks/docs/testing/releases/440.md +++ b/plugins/woocommerce-blocks/docs/testing/releases/440.md @@ -23,11 +23,6 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. 7. Change the "Show empty categories" block's settings to true 8. Notice that the Test category is listed in the Product Categories Block with 0 products. -### Design tweaks to the cart page which move the quantity picker below each cart item and improve usability on mobile. #3734 - -1. Add items to your cart, some with sale prices, add multiple items etc. -2. See that the subtotal for each item is shown below the item's name, and the overall total is shown to the right. (Overall total is item price * quantity). - ### Hide the All Products Block from the new Gutenberg Widget Areas until full support is achieved. #3737 1. Ensure Gutenberg feature plugin is enabled and you can see the new Widget Areas screen under Appearance > Widgets. @@ -76,6 +71,12 @@ This test requires a code edit to force an error. ## Feature plugin only +### Design tweaks to the cart page (using Cart Block) which move the quantity picker below each cart item and improve usability on mobile. #3734 + +1. Make sure the cart page is setup with the Cart Block. +2. Add items to your cart, some with sale prices, add multiple items etc. +3. See that the subtotal for each item is shown below the item's name, and the overall total is shown to the right. (Overall total is item price * quantity). + ### Hidden cart item meta data will not be rendered in the Cart and Checkout blocks. #3732 This can only be tested with Subscriptions.