Updated Release Testing Instructions WooCommerce 5.6 (markdown)
parent
773193fc3e
commit
c5098bc33e
|
@ -15,7 +15,7 @@ WooCommerce 5.6 includes:
|
|||
1. Navigate to WooCommerce -> Settings -> Advanced -> Features. Uncheck Analytics and save the changes.
|
||||
2. Navigate to WooCommerce -> Home and confirm the page loads without an error.
|
||||
|
||||
### Fix links on the dismiss dropdown are not clickable [#7342](https://github.com/woocommerce/woocommerce/issues/7342)
|
||||
### Fix links on the dismiss dropdown are not clickable [#7342](https://github.com/woocommerce/woocommerce-admin/issues/7342)
|
||||
|
||||
Please make sure to test it on Safari as well.
|
||||
|
||||
|
@ -23,7 +23,7 @@ Please make sure to test it on Safari as well.
|
|||
2. Click [ Dismiss ] button
|
||||
3. Confirm that the links are clickable
|
||||
|
||||
### Fix undefined method error when setting up WC Tax [#7344](https://github.com/woocommerce/woocommerce/issues/7344)
|
||||
### Fix undefined method error when setting up WC Tax [#7344](https://github.com/woocommerce/woocommerce-admin/issues/7344)
|
||||
|
||||
1. Set up your store with US address to make sure automated tax is supported.
|
||||
2. Install "WooCommerce Shipping & Tax" plugin.
|
||||
|
@ -31,7 +31,7 @@ Please make sure to test it on Safari as well.
|
|||
4. Click on "Yes please"
|
||||
5. Confirm that no error has occurred and you're redirected to the home screen.
|
||||
|
||||
### Fix missing translation strings for CES [#7270](https://github.com/woocommerce/woocommerce/issues/7270)
|
||||
### Fix missing translation strings for CES [#7270](https://github.com/woocommerce/woocommerce-admin/issues/7270)
|
||||
|
||||
1. Navigate to Settings -> General and change the site language to a non-English (I've used Espanol for testing purposes).
|
||||
2. You might need to update the language file if it's your first time using the selected language. Update the language file from Dashboard -> Updates
|
||||
|
@ -39,27 +39,27 @@ Please make sure to test it on Safari as well.
|
|||
4. Click the [ Save Changes ] button to trigger the CES modal.
|
||||
5. Confirm the modal has correct translations (Refer to the screenshots)
|
||||
|
||||
### Add missing translation strings in the business features section [#7268](https://github.com/woocommerce/woocommerce/issues/7268)
|
||||
### Add missing translation strings in the business features section [#7268](https://github.com/woocommerce/woocommerce-admin/issues/7268)
|
||||
|
||||
1. Checkout this branch and run `npm start`
|
||||
2. Navigate to Settings -> General and change the site language to non-English (I've used Espanol for testing purposes)
|
||||
3. You might need to download the new language in Dashboard -> Updates
|
||||
4. Navigate to wp-admin/admin.php?page=wc-admin&path=%2Fsetup-wizard&step=business-features and confirm the translation is working as expected.
|
||||
|
||||
### Fix inbox note dismiss dropdown not closing on Safari [#7278](https://github.com/woocommerce/woocommerce/issues/7278)
|
||||
### Fix inbox note dismiss dropdown not closing on Safari [#7278](https://github.com/woocommerce/woocommerce-admin/issues/7278)
|
||||
|
||||
1. Checkout this branch and run npm start
|
||||
2. Navigate to WooCommerce -> Home
|
||||
3. Click "Dismiss" on a note. Confirm the position of the popover is correct.
|
||||
4. Click anywhere outside of the popover content and confirm the popover is closed.
|
||||
|
||||
### Add TableSummaryPlaceholder to support skeleton loading [#7294](https://github.com/woocommerce/woocommerce/issues/7294)
|
||||
### Add TableSummaryPlaceholder to support skeleton loading [#7294](https://github.com/woocommerce/woocommerce-admin/issues/7294)
|
||||
|
||||
1. Visit any page using element Table to see this update.
|
||||
2. For example, Products, Orders, Revenue under Analytics; or Transactions, Deposits under Payments.
|
||||
3. While loading, scrolling down to the bottom of the table to see the placeholder of TableSummary.
|
||||
|
||||
### Sync the category lookup table when a new category gets created [#7290](https://github.com/woocommerce/woocommerce/issues/7290)
|
||||
### Sync the category lookup table when a new category gets created [#7290](https://github.com/woocommerce/woocommerce-admin/issues/7290)
|
||||
|
||||
1. Navigate to Products -> Add New
|
||||
2. Add a new category on the Add New page and assign the product to it.
|
||||
|
@ -67,12 +67,12 @@ Please make sure to test it on Safari as well.
|
|||
4. Navigate to Analytics -> Categories
|
||||
5. You should see the category.
|
||||
|
||||
### Remove facebook extension from onboarding extensions fallback list [#7287](https://github.com/woocommerce/woocommerce/issues/7287)
|
||||
### Remove facebook extension from onboarding extensions fallback list [#7287](https://github.com/woocommerce/woocommerce-admin/issues/7287)
|
||||
|
||||
1. Go to the OBW and look at the Free features tab
|
||||
1. Observe no Facebook extension in the list
|
||||
|
||||
### "Terms of service" link disappears from "Set up Tax" screen [#7269](https://github.com/woocommerce/woocommerce/issues/7269)
|
||||
### "Terms of service" link disappears from "Set up Tax" screen [#7269](https://github.com/woocommerce/woocommerce-admin/issues/7269)
|
||||
|
||||
1. Go to OBW setup wizard.
|
||||
2. Uncheck the "WooCommerce shipping" and "WooCommerce Tax" options at Free features step.
|
||||
|
@ -81,14 +81,14 @@ Please make sure to test it on Safari as well.
|
|||
5. Click on "Set up Tax" option on Task list.
|
||||
6. TOS should not blink.
|
||||
|
||||
### Use saved values if available when switching tabs [#7226](https://github.com/woocommerce/woocommerce/issues/7226)
|
||||
### Use saved values if available when switching tabs [#7226](https://github.com/woocommerce/woocommerce-admin/issues/7226)
|
||||
|
||||
1. Start onboarding wizard and continue to step 4.
|
||||
2. Enter selections for business details and choose "Continue"
|
||||
3. Select the tab "Business details" to go back
|
||||
4. Confirm that the previously selected values are shown.
|
||||
|
||||
### Change the emailed report file name [#7178](https://github.com/woocommerce/woocommerce/issues/7178)
|
||||
### Change the emailed report file name [#7178](https://github.com/woocommerce/woocommerce-admin/issues/7178)
|
||||
|
||||
**Confirm the default behaviour remains the same**
|
||||
|
||||
|
|
Loading…
Reference in New Issue