From 23fd0c22a6e5998e823ea36df21ccdd3d5df894d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20L=C3=B3pez=20Ariza?= <45979455+alopezari@users.noreply.github.com> Date: Thu, 23 Jun 2022 13:24:47 +0200 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 6.7 (markdown) --- Release-Testing-Instructions-WooCommerce-6.7.md | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/Release-Testing-Instructions-WooCommerce-6.7.md b/Release-Testing-Instructions-WooCommerce-6.7.md index e7ddebe..02ad82c 100644 --- a/Release-Testing-Instructions-WooCommerce-6.7.md +++ b/Release-Testing-Instructions-WooCommerce-6.7.md @@ -277,8 +277,10 @@ Note: please find a [recording](https://user-images.githubusercontent.com/278432 **Scenario 1: The image in the modal is the active image when opening a product with multiple images in the gallery** 1. Create a product with multiple images in the gallery -2. Click the image open photoswipe modal button -3. Ensure the image in the modal is the currently active image +2. Head to the product page as a shopper (where you can add the product to your cart) +3. Click the magnifier button close to the product image +4. Verify that you see a larger version of the picture where you would be able to scroll to the left/right in order to see the other pictures in the gallery +5. Ensure the image that opens when you click the magnifier button is the same one that was selected before clicking it **Scenario 2: The product description from the product templates now have more realistic examples** @@ -303,16 +305,6 @@ Note: please find a [recording](https://user-images.githubusercontent.com/278432 5.1. The Manage all reviews link redirects to the new Products > Reviews page -**Scenario 4: Warnings for malformed metadata should be suppressed in product template downloads** -1. Ensure `WP_DEBUG` is set to `true` in `wp-config.php` -2. Go to the Home screen -3. Open `wp-content/debug.log` and check that it does not contain any "Undefined index" trace -3. In the Home screen again, press "Add my products" on task list -4. Press Start with a template -5. Select Digital product -6. Ensure no warning is displayed here or within the `debug.log` - - ### Setup Wizard ([#33362](https://github.com/woocommerce/woocommerce/pull/33362), [#33292](https://github.com/woocommerce/woocommerce/pull/33292), [#33358](https://github.com/woocommerce/woocommerce/pull/33358)) **_Workflow: WooCommerce Core_**