From 33517fdfa4cbb83152e3c36a02ac87a39fef7cc5 Mon Sep 17 00:00:00 2001 From: Alexandre Lara Date: Thu, 4 May 2023 13:10:50 -0300 Subject: [PATCH] Add #9332 to testing notes --- docs/internal-developers/testing/releases/1004.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/internal-developers/testing/releases/1004.md b/docs/internal-developers/testing/releases/1004.md index 7562c944da8..6c9f7336832 100644 --- a/docs/internal-developers/testing/releases/1004.md +++ b/docs/internal-developers/testing/releases/1004.md @@ -23,3 +23,16 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. 1. Go to Appearance > Site Editor > Template Parts > Header 2. Add the Mini Cart block to the header. In the settings panel see the link "Edit Mini Basket template part". 3. Clicking this link should take you to the correct URL. + +### Use 'enqueue_block_assets' action when is available [(9332)](https://github.com/woocommerce/woocommerce-blocks/pull/9332) + +*Pre-requisites* +- Make sure to have some other plugins installed and activated (for example: Stripe) + +*Testing* +1. Be sure that you have the Gutenberg trunk installed. +2. Open the Site Editor, and open the Single Product Template. +3. See that the placeholder image is loaded. +4. Disable the Gutenberg plugin. +5. Open the Site Editor, and open the Single Product Template. +6. See that the placeholder image is loaded.