From d9c9a6fb862bc920b4311a4bdf88ec7ecac0af52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20L=C3=B3pez=20Ariza?= <45979455+alopezari@users.noreply.github.com> Date: Tue, 21 Jun 2022 19:18:07 +0200 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 6.7 (markdown) --- ...se-Testing-Instructions-WooCommerce-6.7.md | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Release-Testing-Instructions-WooCommerce-6.7.md b/Release-Testing-Instructions-WooCommerce-6.7.md index dd0aa9c..317c69f 100644 --- a/Release-Testing-Instructions-WooCommerce-6.7.md +++ b/Release-Testing-Instructions-WooCommerce-6.7.md @@ -314,21 +314,21 @@ array( **Scenario 6: Event `wcadmin_product_add_publish` should send the props sent for the event `wcadmin_product_updates`** 1. Enter `localStorage.setItem( 'debug', '*' );` in your browser console to enable debug messages 2. Verify in your browser console that the following prop list is being sent correctly for the event wcadmin_product_update. --- description: Yes|No --- short_description: Yes|No --- product_image: Yes|No --- product_gallery: Int (count of images in the gallery) --- categories: Int (count of categories) --- tags: Int (count of tags) --- sale_price: Yes|No --- weight: Yes|No --- dimensions: Yes|No --- upsells: Yes|No --- cross-sells: Yes|No --- attributes: Int (count of attributes) --- purchase_note: Yes|No --- menu_order: Yes|No --- enable_reviews: Yes|No +- description: Yes|No +- short_description: Yes|No +- product_image: Yes|No +- product_gallery: Int (count of images in the gallery) +- categories: Int (count of categories) +- tags: Int (count of tags) +- sale_price: Yes|No +- weight: Yes|No +- dimensions: Yes|No +- upsells: Yes|No +- cross-sells: Yes|No +- attributes: Int (count of attributes) +- purchase_note: Yes|No +- menu_order: Yes|No +- enable_reviews: Yes|No 4. Create a new product. 5. Go to WooCommerce -> Status -> Logs (URL wp-admin/admin.php?page=wc-status&tab=logs). 6. Select a tracks-* log from the dropdown.