Add 9.8.3 testing steps

This commit is contained in:
Albert Juhé Lluveras 2023-03-28 13:13:46 +02:00
parent 25f124b298
commit db63c7496a
2 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,29 @@
# Testing notes and ZIP for release 9.8.3
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11088586/woocommerce-gutenberg-products-block.zip)
## WooCommerce Core
### Fix "Save changes" default behavior bug in the Firefox browser [#8754](https://github.com/woocommerce/woocommerce-blocks/pull/8754)
You should use the Firefox browser for this test.
1. Go to `WooCommerce/Shipping/Local pickup`
2. Click on the `Save changes` button. Ensure you are not redirected to another page, and the notice `Local Pickup settings have been saved.` is displayed
<img width="1018" alt="image" src="https://user-images.githubusercontent.com/14235870/225263783-6455a4c6-3200-4e93-8e92-74bdf2a83952.png">
3. Make some changes (e.g., enable/disable local pickup, add/edit a pickup location, etc.)
4. Click on the `Save changes` button. Ensure you have the same results in step 2
5. Refresh the page. Ensure your changes are being saved
### Fix border styles not visible in the editor in Featured Product and Featured Category blocks [#8838](https://github.com/woocommerce/woocommerce-blocks/pull/8838)
Note: this can't be tested directly in WC Blocks. You should only test it in the WC core build.
1. Add a Featured Item (Featured Category or Featured Product) block to a page or post.
2. Select the border controls and add a border style. Add a color and give it some width.
3. You should see the border you set dynamically display on the featured item.
4. Now click on the `Unlink` button on the border controls and try setting different values for color and width for each of the border sides (top,right,bottom,left).
5. Ensure this is working by visually seeing the changes to the featured item.
6. Save and make sure this is also displaying correctly on the frontend.
7. Test both `Featured Category` and `Featured Product` blocks.

View File

@ -133,6 +133,7 @@ Every release includes specific testing instructions for new features and bug fi
- [9.8.0](./980.md)
- [9.8.1](./981.md)
- [9.8.2](./982.md)
- [9.8.3](./983.md)
<!-- FEEDBACK -->