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

Commit

Permalink
Update testing notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thealexandrelara committed Apr 25, 2023
1 parent 13aeda4 commit c1a1b14
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/internal-developers/testing/releases/1010.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
### [Patterns]: Add new Featured Products 2 columns pattern ([#9072](https://github.com/woocommerce/woocommerce-blocks/pull/9072))

1. Create a new page or post
2. Make sure the `WooCommerce Featured products 2 columns` pattern appears under the WooCommerce category dropdown.
2. Make sure the `Featured products 2 columns` pattern appears under the WooCommerce category dropdown.
3. Insert in and make sure it shows as expected on the design.

### [Patterns] Add new Testimonials: 3 columns pattern ([#9159](https://github.com/woocommerce/woocommerce-blocks/pull/9159))
Expand Down Expand Up @@ -191,12 +191,12 @@ City : 's-Hertogenbosch
### Use consistent and semantically correct HTML elements in the Cart and Checkout blocks ([#9065](https://github.com/woocommerce/woocommerce-blocks/pull/9065))

1. Create a test page and add the Cart block.
2. Within the post editor, verify that the `CART TOTALS` element is using a `<span>` instead of an `<h2>`.
2. Within the post editor, verify that the `CART TOTALS` element, with the CSS class `.wc-block-cart__totals-title`, is using a `<span>` instead of an `<h2>`.
3. Create another test page and add the Checkout block.
4. Within the post editor, verify that the `Order summary` element is using a `<div>` instead of an `<h2>`.
4. Within the post editor, verify that the `Order summary` element, with the CSS class `.wc-block-components-order-summary`, is using a `<div>` instead of an `<h2>`.
5. Go to the frontend and add a product to the cart.
6. On the page with the Cart block, verify that the `CART TOTALS` element is using a `<span>` instead of an `<h2>`.
7. On the page with the Checkout block, verify that the `Order summary` element is using a `<div>` instead of an `<h2>`.
6. On the page with the Cart block, verify that the `CART TOTALS` element, with the CSS class `.wc-block-cart__totals-title`, is using a `<span>` instead of an `<h2>`.
7. On the page with the Checkout block, verify that the `Order summary` element, with the CSS class `.wc-block-components-order-summary`, is using a `<div>` instead of an `<h2>`.

### Mini Cart: Remove excessive margin under cart items ([#9051](https://github.com/woocommerce/woocommerce-blocks/pull/9051))

Expand Down

0 comments on commit c1a1b14

Please sign in to comment.