Fix typo (1140.md) (#50160)

* Update 1140.md

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Update 1140.md

---------

Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com>
This commit is contained in:
DAnn2012 2024-08-20 13:37:13 +02:00 committed by GitHub
parent 5098bb1169
commit 8387b0a842
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 11 additions and 5 deletions

View File

@ -1,3 +1,5 @@
<!-- markdownlint-disable MD033 -->
<!-- markdownlint-disable MD029 -->
# Testing notes and ZIP for release 11.4.0 # Testing notes and ZIP for release 11.4.0
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13127290/woocommerce-gutenberg-products-block.zip) Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/13127290/woocommerce-gutenberg-products-block.zip)
@ -151,7 +153,7 @@ Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.
Prerequisite: Ensure you're already using cart and checkout blocks and you have an incompatible extension installed. You can use `WooCommerce Checkout Field Editor` as an example. Prerequisite: Ensure you're already using cart and checkout blocks and you have an incompatible extension installed. You can use `WooCommerce Checkout Field Editor` as an example.
1. Go to WooCommece > Home. There should be a task list item "Review your shopper's checkout experience". Click it. You should be taken to the page editor. 1. Go to WooCommerce > Home. There should be a task list item "Review your shopper's checkout experience". Click it. You should be taken to the page editor.
2. Edit the cart page 2. Edit the cart page
1. Edit the cart page 1. Edit the cart page
2. Focus on the parent cart block and click its icon. You should be able to transform to "classic cart" 2. Focus on the parent cart block and click its icon. You should be able to transform to "classic cart"
@ -241,10 +243,10 @@ Compare the 3 templates show below to the designs: Mrk6SERPZ4KrFHSjM0a8TK-fi-571
#### Fix: Mini-Cart block shows wrong total if theres multiple installs on the same domain [11257](https://github.com/woocommerce/woocommerce-blocks/pull/11257) #### Fix: Mini-Cart block shows wrong total if theres multiple installs on the same domain [11257](https://github.com/woocommerce/woocommerce-blocks/pull/11257)
1. Setup _Site B_ on domain.com/test and use USD as the currency 1. Setup _Site B_ on domain.com/test and use USD as the currency
5. See the Site B Mini Cart works as expected. 2. See the Site B Mini Cart works as expected.
1. Setup _Site A_ on domain.com, lets use EUR as the currency 3. Setup _Site A_ on domain.com, lets use EUR as the currency
3. Add something to the cart on _Site A_ 4. Add something to the cart on _Site A_
4. Go to _Site B_ and **don't see** its mini-cart affected by site A. 5. Go to _Site B_ and **don't see** its mini-cart affected by site A.
#### Fix inconsistent border focus styles [11203](https://github.com/woocommerce/woocommerce-blocks/pull/11203) #### Fix inconsistent border focus styles [11203](https://github.com/woocommerce/woocommerce-blocks/pull/11203)

View File

@ -0,0 +1,4 @@
Significance: patch
Type: tweak
Comment: Fix typo (1140.md)