From 8f9aa0ac475db68fade7a47d93f4a3de28f1f65f Mon Sep 17 00:00:00 2001 From: Alexandre Lara Date: Thu, 4 May 2023 17:22:01 -0300 Subject: [PATCH] Add testing on frontend for #9332 --- docs/internal-developers/testing/releases/1004.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/internal-developers/testing/releases/1004.md b/docs/internal-developers/testing/releases/1004.md index 6c9f7336832..f5a4bd604e5 100644 --- a/docs/internal-developers/testing/releases/1004.md +++ b/docs/internal-developers/testing/releases/1004.md @@ -29,10 +29,15 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github. *Pre-requisites* - Make sure to have some other plugins installed and activated (for example: Stripe) -*Testing* +*Testing on the Site Editor* 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. + +*Testing on the frontend* +1. With the Stripe plugin activated, go to your store; +6. Add a product to the cart; +6. Check if you are able to finish an order without errors;