Updated Release Testing Instructions WooCommerce 6.2 (markdown)

rodelgc 2022-02-02 16:31:35 +08:00
parent 4c0e2023f6
commit c3a436c6c4
1 changed files with 18 additions and 0 deletions

@ -58,6 +58,24 @@ On a new site, with English language settings:
1. Click continue
1. Observe the other extensions are NOT re-selected before it navigates to the next screen
### [Update store setup widget to use task list API #31755](https://github.com/woocommerce/woocommerce/pull/31755)
#### Testing capabilities
1. Start with a fresh site with an unfinished task list
2. Go to the WordPress Dashboard page
3. Note as an admin that you can see the `WooCommerce Setup` widget
4. Create a user role that should not be able to manage WooCommerce but can view the dashboard (e.g., Author)
5. Log in with that user and navigate to the dashboard.
6. Note that the `WooCommerce Setup` widget is not visible
#### Testing tasks
1. Navigate to the WordPress dashboard
2. Note that the correct number of tasks are shown (complete/total) for the `WooCommerce Setup` widget. The first number in the widget should indicate the next step you need to complete. For example, if you have already completed the first step (the _"Store details"_ task), you should see _"Step 2 of 6"_ in the widget.
3. Click on the action button `Start selling` and make sure youre redirected to the correct page. Following the example from above, clicking `Start selling` should take you to the `Add my products` page.
4. Repeat this process for multiple tasks, taking special attention for the “store details/setup” task since it uses a custom URL passed via the API
## WooCommerce Blocks Updates: