Updated Release Testing Instructions WooCommerce 4.8 (markdown)
parent
189dc574f0
commit
393f385148
|
@ -70,12 +70,43 @@ Test all WooCommerce blocks in editor/frontend and verify there are no evident i
|
|||
|
||||
This issue is related to the deployment of a site using Beanstalk and it is not directly testable and should not affect functionality. One thing we can check is that we can continue edit the All Products block. The steps to this are as follows.
|
||||
1. Create a new page and add the All Products block
|
||||
|
||||
![](https://cldup.com/7wr6bMKClU.png)
|
||||
|
||||
2. Click edit
|
||||
|
||||
![](https://cldup.com/elyc9LgEDJ.png)
|
||||
|
||||
3. Explore adding and moving additional blocks within the All Products block
|
||||
|
||||
![](https://cldup.com/Fny7UvvPuV.png)
|
||||
|
||||
|
||||
## WooCommerce Core Updates:
|
||||
|
||||
### Fixed feedback while payment is processing [(27997)](https://github.com/woocommerce/woocommerce/pull/27997)
|
||||
|
||||
1. Switch to 2020 theme and do a place order from the checkout.
|
||||
|
||||
2. Ensure you see the feedback of a visual block with spinning loader after clicking place order.
|
||||
|
||||
![](https://cldup.com/HYS1iorWwt.png)
|
||||
|
||||
### Fix avatars for the reviews listed in the WooCommerce Recent Reviews widget [(28067)](https://github.com/woocommerce/woocommerce/pull/28067)
|
||||
|
||||
1. Create reviews with users that have an avatar.
|
||||
2. Make sure those reviews are approved.
|
||||
3. Go to the admin dashboard (`wp-admin/index.php`)and check that the avatars for the reviews listed in the WooCommerce Recent Reviews widget are displayed correctly.
|
||||
|
||||
![](https://cldup.com/516Gy7l9zJ.png)
|
||||
|
||||
### Fix Stock quantity restocked twice when deleting Order line item after refund [(28069)](https://github.com/woocommerce/woocommerce/pull/28069)
|
||||
1. Create a physical product with inventory managed at the product level
|
||||
2. Set some level of inventory > 2 for that product
|
||||
3. Purchase the product
|
||||
4. Refund the item with Restock refunded items not selected
|
||||
5. See that no inventory is restocked - expected
|
||||
6. Place the order On Hold or in some other status that allows editing
|
||||
7. Remove the line item from the order
|
||||
8. See that the inventory is restocked x 2 based on that removal
|
||||
|
||||
|
|
Loading…
Reference in New Issue