From 022e532688f5af76fded62142c8ff275f73d9925 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Wed, 19 Apr 2023 15:22:59 +0200 Subject: [PATCH] WC Blocks 9.9.0 testing steps: move woocommerce/woocommerce-blocks#8781 testing steps to Feature Plugin section --- .../testing/releases/990.md | 29 ++++++++++--------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/990.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/990.md index 02880ef5923..1045272aaae 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/990.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/990.md @@ -57,20 +57,6 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. | image | image | -### Add Fill & Outline styles, width settings & new typography controls for Product(Add to cart) button block. ([8781](https://github.com/woocommerce/woocommerce-blocks/pull/8781)) - - -- Add `Products block` to a page/post. -- Select `Add to cart` inner block. -- In the sidebar, confirm newly added controls work as expected: - - Styles: Default & Outline ( Feature plugin ) - - Width Settings ( Feature Plugin + WooCommerce Core ) - - Typography controls ( Feature plugin ) -- Confirm `Add to cart` works for cross-sells as well. - -image - - ### Add style to the `Mini Cart` buttons. ([8776](https://github.com/woocommerce/woocommerce-blocks/pull/8776)) 1. Add the `Mini cart` block to the header template of your site. @@ -301,3 +287,18 @@ Before | After | After (with custom background color) | Before | After | | ------ | ----- | |![image](https://user-images.githubusercontent.com/11503784/216732422-d263b199-9701-4174-981e-9f555d2bca6d.png)|![image](https://user-images.githubusercontent.com/11503784/221024165-bb27a4b5-a46b-4d4a-a39f-734a048900c7.png)| + + +## Feature plugin + +### Add Fill & Outline styles, width settings & new typography controls for Product(Add to cart) button block. ([8781](https://github.com/woocommerce/woocommerce-blocks/pull/8781)) + +- Add `Products block` to a page/post. +- Select `Add to cart` inner block. +- In the sidebar, confirm newly added controls work as expected: + - Styles: Default & Outline ( Feature plugin ) + - Width Settings ( Feature Plugin + WooCommerce Core ) + - Typography controls ( Feature plugin ) +- Confirm `Add to cart` works for cross-sells as well. + +image