Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit b39da86

Browse files
committed
Add 9.8.3 testing steps
1 parent a883582 commit b39da86

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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.

docs/internal-developers/testing/releases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ Every release includes specific testing instructions for new features and bug fi
133133
- [9.8.0](./980.md)
134134
- [9.8.1](./981.md)
135135
- [9.8.2](./982.md)
136+
- [9.8.3](./983.md)
136137

137138

138139
<!-- FEEDBACK -->

0 commit comments

Comments
 (0)