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

Commit 97d421b

Browse files
committed
Tests
1 parent 1845819 commit 97d421b

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

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

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
3939

4040
1. Ensure the latest version of Gutenberg is installed. This is required to reproduce the issue.
4141
2. Go into the template editor - Appearance > Editor > Templates
42-
3. Add the cart block within a template e.g. the page template
43-
4. Confirm that the payment methods and shipping methods are rendered correctly, and image previews (cart items) are shown
42+
3. Insert the Cart block within any template e.g. the page template
43+
4. Confirm that the preview shows:
44+
- payment methods and shipping methods
45+
- cart image previews
4446

4547
### Update Mini-Cart block editor sidebar [#9420](https://github.com/woocommerce/woocommerce-blocks/pull/9420)
4648

@@ -55,14 +57,9 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
5557
### Add to Cart Button > Update block registration to rely on metadata and enable usage for the Single Product Block [#9404](https://github.com/woocommerce/woocommerce-blocks/pull/9404)
5658

5759
1. Create a new Post
58-
2. Add the Single Product Block
59-
3. Within the Single Product Block, make sure the "Add to Cart button" block is listed in the inserter and add it.
60+
2. Add the Products (Beta) Block
61+
3. Within the Products (Beta) Block, make sure the "Add to Cart button" block is listed in the inserter and add it.
6062
4. Save the post and head over to the frontend: make sure the button is correctly displayed and when you click on it, the correct product is added to cart.
61-
5. Now repeat the previous steps with the Products (Beta) block instead: make sure everything works as expected.
62-
6. Make sure you can still edit all button styles normally (no changes should be visible).
63-
7. Make sure the block is not on the inserter/available for usage outside of the context of the Single Product Block or the main Products loop (the Products (Beta) block).
64-
8. Make sure there are no errors in the console.
65-
9. Add both the Single Product Block (with the Add to Cart button added as an inner block) alongside the Products (Beta) block: make sure everything still works as expected and you can add products to cart normally.
6663

6764
### Fix alignment issue with 'Add Coupon Code' button in WooCommerce Blocks (#9391) [#9392](https://github.com/woocommerce/woocommerce-blocks/pull/9392)
6865

readme.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
108108
- Product Search Results Template: Fix compatibility layer when the Product Catalog isn't blockified. ([9492](https://github.com/woocommerce/woocommerce-blocks/pull/9492))
109109
- Product Details block: Show the block when used along the Post Content block. ([9479](https://github.com/woocommerce/woocommerce-blocks/pull/9479))
110110
- Fix: Remove the global variable overwrite for the Product Gallery block while still keeping support for the Single Product block. ([9475](https://github.com/woocommerce/woocommerce-blocks/pull/9475))
111-
- Add to Cart with Options: Fix styles that are not being applied correctly. ([9472](https://github.com/woocommerce/woocommerce-blocks/pull/9472))
112111
- Archive Templates - Compatibility Layer: Avoid woocommerce_before_shop_loop` and `woocommerce_after_shop_loop are injected when any products is rendered. ([9464](https://github.com/woocommerce/woocommerce-blocks/pull/9464))
113112
- Fix: Remove the global variable overwrite for the Add to Cart with Options block. ([9457](https://github.com/woocommerce/woocommerce-blocks/pull/9457))
114113
- Allow Shipping method prices to inherit global styles text color. ([9456](https://github.com/woocommerce/woocommerce-blocks/pull/9456))

0 commit comments

Comments
 (0)