Updated Release Testing Instructions WooCommerce 6.5 (markdown)
parent
68761c40b5
commit
ca9d66bd8a
|
@ -238,3 +238,18 @@ We've been including WooCommerce Admin in WooCommerce since WooCommerce 4.0. We
|
|||
1. Create a brand new store (e.g.: using JN).
|
||||
1. Start the Onboarding flow and make sure to set the country to Portugal
|
||||
4. After finishing the OBW the task `Get paid with WooCommerce Payments` should appear instead of the `Set up payments` task.
|
||||
|
||||
### Add task list slot fill support in the sectioned task list [#32742](https://github.com/woocommerce/woocommerce/pull/32742)
|
||||
1. Install WC 6.5 and WooCommerce Admin Test Helper 0.7.2
|
||||
2. Enable usage tracking
|
||||
3. Complete OBW and install WooCommerce Payments in the Business features step
|
||||
4. Visit Tools > WCA Test Helper > Experiments and enable `woocommerce_tasklist_setup_experiment_2_2022_04`
|
||||
5. Visit the home screen and check if the "Get paid with WooCommerce Payments" shows the Terms of service agreement.
|
||||
6. Click "Get paid with WooCommerce Payments" task to ensure that it redirects as it should. It should also trigger the `wcadmin_tasklist_click` for the payments task, you can see this in the console by running this first `localStorage.setItem( 'debug', 'wc-admin:*' );`
|
||||
|
||||
### Fix setup task list style conflict [#32704](https://github.com/woocommerce/woocommerce/pull/32704)
|
||||
1. Create a brand new site.
|
||||
2. Go through the OBW, during the `Business Details` step only install `WooCommerce Payments` and finish it.
|
||||
3. On the `Home` screen press `Set up marketing tools`.
|
||||
4. Install `Pinterest for WooCommerce`.
|
||||
5. The setup task list should be shown normally (the already done tasks should be marked as completed).
|
||||
|
|
Loading…
Reference in New Issue