Added initial core testing instructions for 5.6
parent
71c1621195
commit
773193fc3e
|
@ -232,4 +232,62 @@ When using the testing instructions below, test only those cases presented in th
|
|||
|
||||
- [Testing instructions](https://github.com/woocommerce/woocommerce-gutenberg-products-block/blob/trunk/docs/testing/releases/550.md)
|
||||
|
||||
## WooCommerce Core Updates:
|
||||
## WooCommerce Core Updates:
|
||||
|
||||
### Fixing batch export limitations #29749
|
||||
|
||||
#### Check fix
|
||||
1. Use a test site with 700+ Products
|
||||
2. Install and activate [Code Snippets](https://wordpress.org/plugins/code-snippets/) plugin.
|
||||
3. Add a new snippet with the following line of code:
|
||||
4. Export Products from WooCommerce Admin
|
||||
5. The created file should have the CSV column titles in the first row
|
||||
|
||||
#### Check Exporting flow in general
|
||||
1. Use any test site with any number of products
|
||||
2. Export Products from WooCommerce Admin
|
||||
3. The created file should have the CSV column titles in the first row
|
||||
|
||||
### Allows set downloadable permissions to any downloadable product in any order #29901
|
||||
|
||||
1. Create an order from either within the dashboard or normal checkout that does not include the product we are going to manually grant access to later
|
||||
2. Make sure you've fully saved the order
|
||||
3. Enter the downloadable product name into the 'Downloadable product permissions' input
|
||||
4. Click 'Grant access' Should be no errors and customer and access download from My-Account
|
||||
|
||||
### apply filter to errant hardcoded redirect on logout for custom endpoint #29967
|
||||
|
||||
1. Login as a customer to test site via my-account
|
||||
2. Logout
|
||||
3. Confirm you have logged out and are on my-account login screen
|
||||
|
||||
### changes on WCS banner #30081
|
||||
|
||||
1. Set up a store with a US-based address
|
||||
2. Go to /wp-admin/admin.php?page=wc-addons
|
||||
3. Confirm these banners appear
|
||||
![](https://user-images.githubusercontent.com/273592/121586068-d787b680-c9f8-11eb-9f45-5d12f82767ae.png)
|
||||
4. Try installing WooCommerce Shipping
|
||||
|
||||
### Fix/29235 #30194
|
||||
|
||||
1. Setup a new site without WC.
|
||||
2. Install WC
|
||||
3. Check that you see the newly created page Refund and Returns Policy and it is a draft.
|
||||
4. You should see a new inbox note screenshot below.
|
||||
5. On this note, you can click on the Edit page link and it will take you to edit the draft page of the Refund and Returns. This will also dismiss the note.
|
||||
6. You can also click on Dismiss button and this note should not appear again.
|
||||
|
||||
![](https://camo.githubusercontent.com/2fea42d9d625000621bf79a1d0fc6ac5440d102723332c83b17ea99f636ddc82/68747470733a2f2f642e70722f692f54565567516c2b)
|
||||
|
||||
### Fix: "search product" block not displaying textbox in shop page #30287
|
||||
|
||||
1. Go to the Shop page editor.
|
||||
2. Add a Product Search block.
|
||||
3. Publish the page.
|
||||
4. Check the published Shop page to see, the search box should be showing and working.
|
||||
|
||||
### Use WC Version for loading scripts instead of hardcoding them closes … #30301
|
||||
|
||||
1. Ensure you're not getting any JS errors in console from loading up a product.
|
||||
2. Make sure any JS related actions work such as changing variations, zooming, clicking on variation thumbnails.
|
||||
|
|
Loading…
Reference in New Issue