From 931b897ec019b20990266d09a0765471883a9dad Mon Sep 17 00:00:00 2001 From: Tam Mullen Date: Tue, 24 May 2022 19:59:54 +0100 Subject: [PATCH] Updated Release Testing Instructions WooCommerce 6.6 (markdown) --- ...se-Testing-Instructions-WooCommerce-6.6.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/Release-Testing-Instructions-WooCommerce-6.6.md b/Release-Testing-Instructions-WooCommerce-6.6.md index c3163cb..495798c 100644 --- a/Release-Testing-Instructions-WooCommerce-6.6.md +++ b/Release-Testing-Instructions-WooCommerce-6.6.md @@ -319,6 +319,7 @@ Here you can toggle between the control (treatment A) and the treatment (treatme 1. Disable (untick) Enable tracking and Show Suggestions. 1. Navigate to WooCommerce > Home and begin the Set up marketing tools task. 1. Confirm the TikTok plugin is listed under GROW YOUR STORE +![](https://user-images.githubusercontent.com/9312929/169266617-d11c5250-9351-4b3e-8871-2563b1db9a76.png) 1. Go back to OBW and change the store country to that is not one of in the [list](https://github.com/woocommerce/woocommerce/pull/32850/files#diff-f508723b8f4a18b29a46152942aa4b58d21a5ddf06866e1238a734bd458f4eb6R473). for example Brunei. 1. Go back to the marketing task and confirm the plugin is no longer visible. 1. Go back to OBW and change the store country back. @@ -326,3 +327,27 @@ Here you can toggle between the control (treatment A) and the treatment (treatme ----- +### Adding badge to legacy admin menu to indicate remaining onboarding tasks [#32611](https://github.com/woocommerce/woocommerce/pull/32611) + + + + + +Closes #32160 . + +### How to test the changes in this Pull Request: + + +1. Start with a fresh install of WooCommerce +3. Notice that no badge is displayed before completing any tasks (Unless one is auto-completed, which is true for at least one of the experiments) +4. Complete the setup wizard, and notice that the badge is now displayed indicated remaining tasks +![image](https://user-images.githubusercontent.com/444632/163244183-66822cfc-0f7b-47af-b0c3-6de266fcb47a.png) +5. Complete a couple other tasks, notice that the badge is updated properly. (don't complete all of them) +6. Hide the task list, and notice that the badge disappears +7. Display the task list again through Help -> Setup Wizard -> Task List -> Enable +8. Notice badge reappears +9. Complete the setup task list. +10. Notice the badge now disappears again. + +------ +