|
| 1 | +# Testing notes and ZIP for release 9.8.3 |
| 2 | + |
| 3 | +Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11088586/woocommerce-gutenberg-products-block.zip) |
| 4 | + |
| 5 | +## WooCommerce Core |
| 6 | + |
| 7 | +### Fix "Save changes" default behavior bug in the Firefox browser [#8754](https://github.com/woocommerce/woocommerce-blocks/pull/8754) |
| 8 | + |
| 9 | +You should use the Firefox browser for this test. |
| 10 | + |
| 11 | +1. Go to `WooCommerce/Shipping/Local pickup` |
| 12 | +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 |
| 13 | +<img width="1018" alt="image" src="https://user-images.githubusercontent.com/14235870/225263783-6455a4c6-3200-4e93-8e92-74bdf2a83952.png"> |
| 14 | + |
| 15 | +3. Make some changes (e.g., enable/disable local pickup, add/edit a pickup location, etc.) |
| 16 | +4. Click on the `Save changes` button. Ensure you have the same results in step 2 |
| 17 | +5. Refresh the page. Ensure your changes are being saved |
| 18 | + |
| 19 | +### Fix border styles not visible in the editor in Featured Product and Featured Category blocks [#8838](https://github.com/woocommerce/woocommerce-blocks/pull/8838) |
| 20 | + |
| 21 | +Note: this can't be tested directly in WC Blocks. You should only test it in the WC core build. |
| 22 | + |
| 23 | +1. Add a Featured Item (Featured Category or Featured Product) block to a page or post. |
| 24 | +2. Select the border controls and add a border style. Add a color and give it some width. |
| 25 | +3. You should see the border you set dynamically display on the featured item. |
| 26 | +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). |
| 27 | +5. Ensure this is working by visually seeing the changes to the featured item. |
| 28 | +6. Save and make sure this is also displaying correctly on the frontend. |
| 29 | +7. Test both `Featured Category` and `Featured Product` blocks. |
0 commit comments