diff --git a/docs/internal-developers/testing/releases/1010.md b/docs/internal-developers/testing/releases/1010.md index 95c7d62ce27..aec1fc9895d 100644 --- a/docs/internal-developers/testing/releases/1010.md +++ b/docs/internal-developers/testing/releases/1010.md @@ -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)) @@ -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 `` instead of an `

`. +2. Within the post editor, verify that the `CART TOTALS` element, with the CSS class `.wc-block-cart__totals-title`, is using a `` instead of an `

`. 3. Create another test page and add the Checkout block. -4. Within the post editor, verify that the `Order summary` element is using a `
` instead of an `

`. +4. Within the post editor, verify that the `Order summary` element, with the CSS class `.wc-block-components-order-summary`, is using a `
` instead of an `

`. 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 `` instead of an `

`. -7. On the page with the Checkout block, verify that the `Order summary` element is using a `
` instead of an `

`. +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 `` instead of an `

`. +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 `
` instead of an `

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