Updated Release Testing Instructions WooCommerce 5.0 (markdown)
parent
1924562c83
commit
a72afd67eb
|
@ -79,3 +79,27 @@ More info: https://docs.woocommerce.com/document/woocommerce-menu-items/#section
|
|||
Search for extensions without being connected to WooCommerce.com
|
||||
Search for extensions when connected to WooCommerce.com
|
||||
Info on connecting to WooCommerce.com: https://docs.woocommerce.com/document/managing-woocommerce-com-subscriptions/#connect-and-activate
|
||||
|
||||
### Ensure the orders status is reverted correctly when restoring it from trash [(28690)](https://github.com/woocommerce/woocommerce/pull/28690)
|
||||
|
||||
1. Create a simple product
|
||||
2. Create an order
|
||||
3. Make order as complete
|
||||
4. Trash order
|
||||
5. Restore order, it should be complete (not draft).
|
||||
|
||||
Also:
|
||||
|
||||
1. Create a product
|
||||
2. Publish it
|
||||
3. Trash it
|
||||
4. Restore it
|
||||
5. It should now be published, instead of draft.
|
||||
|
||||
### Ensure the orders status is reverted correctly when restoring it from trash [(28681)](https://github.com/woocommerce/woocommerce/pull/28681)
|
||||
|
||||
1. Create a new product and go to the Attributes tab and add an attribute from the existing attributes.
|
||||
2. Select all attributes item by pressing the "Select all" button
|
||||
3. Press the "Select none" button to remove them.
|
||||
4. Again try to select all attributes items by pressing the "Select all" button and make sure they all are selected just like before in step 2.
|
||||
|
||||
|
|
Loading…
Reference in New Issue