From db63c7496a4f4c0314841b1295de7d5aded8494e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Juh=C3=A9=20Lluveras?= Date: Tue, 28 Mar 2023 13:13:46 +0200 Subject: [PATCH] Add 9.8.3 testing steps --- .../testing/releases/983.md | 29 +++++++++++++++++++ .../testing/releases/README.md | 1 + 2 files changed, 30 insertions(+) create mode 100644 plugins/woocommerce-blocks/docs/internal-developers/testing/releases/983.md diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/983.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/983.md new file mode 100644 index 00000000000..0f141f15340 --- /dev/null +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/983.md @@ -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 +image + +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. diff --git a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md index 8fd63e906b6..231a8031570 100644 --- a/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md +++ b/plugins/woocommerce-blocks/docs/internal-developers/testing/releases/README.md @@ -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)