Update 4.9.0 testing steps

This commit is contained in:
Albert Juhé Lluveras 2021-04-12 14:45:00 +02:00
parent f7b30700c6
commit d1e78f3d49
2 changed files with 10 additions and 10 deletions

View File

@ -55,14 +55,14 @@ To test the checkout functionality (feature plugin only):
The following are related to various changes impacting some existing flows so just need validated there's nothing broken:
- Cart and checkout coupons interaction works as expected.
- Cart and checkout changing quantities works as expected.
- Cart and checkout shipping interaction works as expected.
- Place orders via the Checkout block starting from the Cart Block & shortcode.
- Test payment methods work as expected.
- Test express payment methods work as expected.
- Cart and Checkout blocks:
- Coupons interaction works as expected.
- Changing quantities works as expected.
- Shipping interaction works as expected.
- Orders can be placed using regular and express payment methods.
- Orders can be placed from the Checkout block starting from the Cart block and from the shortcode.
:*Testing steps of these PRs are included in this section: Fix Circular Dependencies During Builds (#4025), Remove useCheckoutRedirectUrl() (#4032) and Update @automattic/data-stores and remove mapped-types.ts (#4024)*
*Testing steps of these PRs are included in this section: Fix Circular Dependencies During Builds (#4025), Remove useCheckoutRedirectUrl() (#4032) and Update @automattic/data-stores and remove mapped-types.ts (#4024)*
### Load translation file for JS files that has translatable strings (#4050))
@ -74,7 +74,7 @@ The following are related to various changes impacting some existing flows so ju
- Visit Cart or Checkout block.
- Strings like `Taxes` should be translated (in Spanish, it should be `Impuestos`).
### Fix TwentyX styling issues for cart/checkout form fields (#4046)
### Fix Twenty(X) styling issues for cart/checkout form fields (#4046)
1. In Twenty Seventeen theme, enable dark mode in the customiser.
2. Add any item to the cart then go to the cart page.

View File

@ -105,11 +105,11 @@ Blocks are now compatible with the Google Analytics Integration: https://woocomm
- Use font color in payment methods border. ([4051](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4051))
- Load translation file for JS files that has translatable strings. ([4050](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4050))
- Stop shipping package titles line-breaks occurring in the middle of a word. ([4049](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4049))
- Fixed styling issues on the cart and checkout page in TwentyX themes. ([4046](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4046))
- Fixed styling issues on the cart and checkout page in Twenty(X) themes. ([4046](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4046))
- Fix headline alignment in the empty state of the cart block. ([4044](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4044))
- Fix button alignment in Featured Product and Featured Category blocks. ([4028](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4028))
#### technical debt
#### Technical debt
- Removed legacy handling for SSR blocks that rendered shortcodes. ([4010](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/4010))