Updated Release Testing Instructions WooCommerce 6.5 (markdown)
parent
404a8e04c6
commit
4253add755
|
@ -3,7 +3,7 @@ Testing instructions for WooCommerce 6.5
|
|||
---
|
||||
## WooCommerce Core Updates
|
||||
|
||||
### Sectioned Task List experiment (#32302)
|
||||
### Sectioned Task List experiment ([#32302](https://github.com/woocommerce/woocommerce/pull/32302))
|
||||
|
||||
1. Start with a fresh install
|
||||
2. Install and activate the latest [WooCommerce Test Helper plugin](https://github.com/woocommerce/woocommerce-admin-test-helper/releases/tag/v0.7.1)
|
||||
|
@ -14,4 +14,18 @@ Testing instructions for WooCommerce 6.5
|
|||
7. 'Cover the basics' section contains one task that doesn't do anything - `You created <site name>`, make sure that when clicking on this, it indeed doesn't do anything.
|
||||
8. Try to open another section, this should auto close the previous section (only one section can be open at a time)
|
||||
9. Step through the task list completing each step, if you completed one section it should open the next unfinished section and show a green checkmark for the collapsed completed section.
|
||||
10. Tasks should work just like the original task list other wise
|
||||
10. Tasks should work just like the original task list other wise
|
||||
|
||||
### Add task list progress header ([#32298](https://github.com/woocommerce/woocommerce/pull/32298))
|
||||
|
||||
1. Start with a fresh install
|
||||
2. Install and activate the latest [WooCommerce Test Helper plugin](https://github.com/woocommerce/woocommerce-admin-test-helper/releases/tag/v0.7.1)
|
||||
3. Navigate to **Tools > WCA Test Helper > Experiments** and toggle `woocommerce_tasklist_setup_experiment_1_2022_*` to treatment.
|
||||
4. Go to **WooCommerce > Home** and finish the onboarding flow
|
||||
5. The progress header should show up with a `Welcome to <site name>` above the task list
|
||||
6. The store details task will already be set as completed the progress bar should reflect that
|
||||
7. Visit a uncompleted task and go back to the home screen, the header should now show 'Let's get you started 🚀'
|
||||
8. Finish three tasks and go back to the home screen, the header should now say 'You are on the right track'
|
||||
9. The progress bar should also be updated and the piece of text `4 out of 7 complete` (numbers might be slightly different)
|
||||
10. Now finish 2 more tasks, the header should now say 'You are almost there'
|
||||
11. Now finish the task list, the progress bar should disappear, it should only show the `Welcome to <site name>` header with the task list below.
|
Loading…
Reference in New Issue