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

Commit 0422df1

Browse files
committed
Update testing notes
1 parent bcf898e commit 0422df1

File tree

1 file changed

+25
-27
lines changed
  • docs/internal-developers/testing/releases

1 file changed

+25
-27
lines changed

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

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
44

55
## Feature plugin and package inclusion in WooCommerce
66

7-
### Enhancement: Make form components require onChange and have a default value. ([6636](https://github.com/woocommerce/woocommerce-blocks/pull/6636))
8-
9-
1. Check out this branch.
10-
2. Create a new page with All Products block, Filter Products By Price Block and Filter Products By Attribute Block.
11-
3. Go to the All Products page, ensure you're able to sort products and filter products by price and attribute.
12-
4. Add a product to the cart.
13-
5. Go to the Checkout block page.
14-
6. Ensure you're able to use radio controls.
15-
167
### Enhancement: Footer Template Parts use now `<footer>` instead of `<div>` and Header uses `<header>` instead of `<div>`. ([6596](https://github.com/woocommerce/woocommerce-blocks/pull/6596))
178

18-
1. Go to a Woo page and view the source.
9+
1. Go to a WooCommerce page and view the source.
1910
2. Check the header is wrapped in a `<header>` tag, not in a `<div>` tag.
2011
3. Check the footer is wrapped in a `<footer>` tag, not in a `<div>` tag.
2112

@@ -25,6 +16,23 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
2516
2. Check that is rendered correctly in the editor.
2617
3. Save the page and check that is rendered correctly in the frontend.
2718

19+
### Fix: Ensure WooCommerce templates show correct titles. ([6452](https://github.com/woocommerce/woocommerce-blocks/pull/6452))
20+
21+
1. Go to `Appearance → Editor → Browse all templates`.
22+
2. Make sure you have `archive-product.html` in your theme's templates directory.
23+
3. Notice the `archive-product.html` template shows the correct title and description.
24+
25+
## Feature plugin only
26+
27+
### Enhancement: Make form components require onChange and have a default value. ([6636](https://github.com/woocommerce/woocommerce-blocks/pull/6636))
28+
29+
1. Check out this branch.
30+
2. Create a new page with `All Products` block, `Filter Products By Price` block and `Filter Products By Attribute` block.
31+
3. Go to the `All Products` page, ensure you're able to sort products and filter products by price and attribute.
32+
4. Add a product to the cart.
33+
5. Go to the `Checkout` block page.
34+
6. Ensure you're able to use radio controls.
35+
2836
### Fix: Correctly calculate taxes for local pickups. ([6631](https://github.com/woocommerce/woocommerce-blocks/pull/6631))
2937

3038
1. Set store address to `123 Test Street, 90210 Beverly Hills, CA, USA`.
@@ -34,27 +42,17 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
3442
5. Add a payment option (e.g., `Cash on delivery`).
3543
6. Add a physical product to the cart.
3644
7. Use an outside state address on the front-end. (e.g., `60 29th Street #343, 35005 Birmingham, AL, USA`).
37-
8. Go to the Cart block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
38-
9. Go to the Checkout block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
45+
8. Go to the `Cart` block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
46+
9. Go to the `Checkout` block and select the `Local pickup` shipping method. Check that we have a tax of 10% applied.
3947
10. Place your order. Check on the `Order received` page that the displayed **tax is actually added to the total**.
4048
11. Go to `Edit Order`. Check that **taxes were applied correctly there as well**.
41-
12. On Checkout again, select `Flat rate`, using the same external address, and make sure **taxes are not applied**.
49+
12. On the `Checkout` again, select `Flat rate`, using the same external address, and make sure **taxes are not applied**.
4250

4351
### Fix: Update billing address when shipping address gets change in Cart block. ([6591](https://github.com/woocommerce/woocommerce-blocks/pull/6591))
4452

45-
1. Add a product to cart and go to the Cart block.
46-
2. Add a new address in the Shipping calculator, different from what you already used.
47-
3. Wait for the update and click Proceed to checkout.
48-
4. In the Checkout block, see the new address for shipping being added to the Shipping address.
53+
1. Add a product to cart and go to the `Cart` block.
54+
2. Add a new address in the shipping calculator, different from what you already used.
55+
3. Wait for the update and click `Proceed to checkout`.
56+
4. In the `Checkout` block, see the new address for shipping being added to the Shipping address.
4957
5. Uncheck the checkbox for Use same address for billing.
5058
6. Look at the Billing address form and confirm it has the same address which was selected in the shipping calculator.
51-
52-
### Fix: Ensure WooCommerce templates show correct titles. ([6452](https://github.com/woocommerce/woocommerce-blocks/pull/6452))
53-
54-
1. Go to `Appearance → Editor → Browse all templates`.
55-
2. Make sure you have `archive-product.html` in your theme's templates directory.
56-
3. Notice the `archive-product.html` template shows the correct title and description.
57-
58-
## Feature plugin only
59-
60-
n/a

0 commit comments

Comments
 (0)