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

Commit e0220a7

Browse files
author
Tarun Vijwani
committed
Fix linting
1 parent 32b189c commit e0220a7

File tree

1 file changed

+8
-0
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
77
### Enable the Cart and Checkout blocks when WooCommerce Blocks is bundled in WooCommerce Core. ([6805](https://github.com/woocommerce/woocommerce-blocks/pull/6805))
88

99
##### Cart Block:
10+
1011
1. In the Cart Block in the editor, ensure the shipping calculator is enabled.
1112
2. Enable coupons on your site (WooCommerce -> Settings -> General -> Enable the use of coupon codes) and add one.
1213
3. Add two shipping methods for different locations, e.g. two for USA and two for UK.
@@ -20,6 +21,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
2021
11. If you don't, hit proceed to checkout and ensure it works correctly.
2122

2223
#### Checkout Block:
24+
2325
1. Go to WooCommerce -> Settings -> Accounts & Privacy and enable ` Allow customers to create an account during checkout` and `Allow customers to log into an existing account during checkout`.
2426
2. Go to Checkout Block editor, select contact information block and enable `Allow shoppers to sign up for a user account during checkout`.
2527
3. Enable the Stripe payment method, COD, and cheque.
@@ -48,12 +50,14 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
4850
3. Open Advanced and click on "Add new rule" under Visibility
4951

5052
### Add feedback box to the Cart & Checkout Inner Blocks in the inspector. ([6881](https://github.com/woocommerce/woocommerce-blocks/pull/6881))
53+
5154
1. Go to the Cart and Checkout editor pages
5255
2. Select the Block and each of its inner blocks. You should notice the feedback box in the inspector.
5356

5457
![image](https://user-images.githubusercontent.com/14235870/183031149-73a4bb4b-975a-4c9e-a82f-9241a61beb8a.png)
5558

5659
### Add notice to Cart and Checkout blocks' inspector controls which links to the list of compatible plugins. ([6869](https://github.com/woocommerce/woocommerce-blocks/pull/6869))
60+
5761
1. Go to the editor, insert the Checkout block.
5862
2. Select it, verify you see the notice. Click through each and every inner block and ensure the notice displays for it.
5963
3. Dismiss the notice, click back through the inner blocks and ensure the notice is gone. Reload the page, ensure the notice is still gone.
@@ -68,6 +72,7 @@ Verify the wording says **checkout**.
6872
10. Add the Cart Block, ensure the same notice appears but ensure it says **cart**.
6973

7074
### Add the ability to register patterns by adding them under the "patterns" folder and add the new "WooCommerce Filters" pattern. ([6861](https://github.com/woocommerce/woocommerce-blocks/pull/6861))
75+
7176
1. Create a new page with the `All Products` block.
7277
2. Open the block inserter, go to the patterns tab, and select the WooCommerce category from the dropdown
7378
3. Make sure you see a pattern under that category named: `WooCommerce Filters`
@@ -77,6 +82,7 @@ Verify the wording says **checkout**.
7782
7. Save the page and make sure all the filters are rendered on the front-end.
7883

7984
### Override the description to prevent infinite loop. ([6849](https://github.com/woocommerce/woocommerce-blocks/pull/6849))
85+
8086
1. Make sure you are using a block theme (ie: Twenty Twenty Two).
8187
2. Go to Appearance > Editor > Templates.
8288
3. Click on Add New and select Single Item: Product.
@@ -85,6 +91,7 @@ Verify the wording says **checkout**.
8591
6. Visit that product page in the frontend and notice the correct product is selected.
8692

8793
### Update billing address when shipping address gets change in shipping calculator at Cart block. ([6823](https://github.com/woocommerce/woocommerce-blocks/pull/6823))
94+
8895
1. Add a product to the cart and go to the Cart block.
8996
2. Add a new address with a valid zip code in the Shipping calculator, different from what you already used.
9097
3. Click on the Update button and wait for the update.
@@ -94,6 +101,7 @@ Verify the wording says **checkout**.
94101
7. Look at the Billing address form and confirm it has the same address which was selected in the shipping calculator.
95102

96103
### Fix: Add font-weight controls to the Mini Cart block text. ([6760](https://github.com/woocommerce/woocommerce-blocks/pull/6760))
104+
97105
1. Make sure you have a blocks theme active (like Twenty Twenty-Two).
98106
2. Navigate to Appearance > Editor (Beta) and add a Mini Cart block somewhere in your site.
99107
3. In the editor, select the Mini Cart block and, in the block settings, choose Font Weight under the Typography section.

0 commit comments

Comments
 (0)