Updated Release Testing Instructions WooCommerce 6.7 (markdown)

Alejandro López Ariza 2022-06-23 13:24:47 +02:00
parent f1ce916fe2
commit 23fd0c22a6
1 changed files with 4 additions and 12 deletions

@ -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_**