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

Commit

Permalink
Add 9.8.4 testing steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Aljullu committed Mar 29, 2023
1 parent ca35810 commit 298010e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/internal-developers/testing/releases/984.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Testing notes and ZIP for release 9.8.4

Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/11100007/woocommerce-gutenberg-products-block.zip)

## WooCommerce Core

### Fix unlinked border widths in WP 6.2 [#8893](https://github.com/woocommerce/woocommerce-blocks/pull/8893)

0. With WP 6.2.
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.

Before | After
---------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------
![image](https://user-images.githubusercontent.com/3616980/228450729-4f3ced5c-75cd-45f1-b7d6-a41b3b23f7ad.png) | ![image](https://user-images.githubusercontent.com/3616980/228450761-5f98420f-00a3-4c0d-b5b4-dc3e6793d19c.png)
1 change: 1 addition & 0 deletions docs/internal-developers/testing/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Every release includes specific testing instructions for new features and bug fi
- [9.8.1](./981.md)
- [9.8.2](./982.md)
- [9.8.3](./983.md)
- [9.8.4](./984.md)


<!-- FEEDBACK -->
Expand Down

0 comments on commit 298010e

Please sign in to comment.