Updated Release Testing Instructions WooCommerce 6.3 (markdown)
parent
12526913ef
commit
2282c56daa
|
@ -106,7 +106,7 @@
|
|||
|
||||
1. Activate the Gutenberg plugin (or use WordPress 5.9). Select a block theme e.g. TT1 Blocks.
|
||||
2. Open Appearance > Editor > Templates.
|
||||
3. Make sure all the templates and parts appear correctly. WooCommerce templates that should be available: `Archive Product`, `Single Product`, `Product Category` and `Product Tag`. WooCommerce template-parts that should be available `Mini Cart`.
|
||||
3. Make sure all the templates and parts appear correctly. WooCommerce templates that should be available: `Archive Product`, `Single Product`, `Product Category` and `Product Tag`.
|
||||
|
||||
### FSE: Add support for the global style for the Stock Indicator block. ([5525](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5525))
|
||||
|
||||
|
@ -178,18 +178,7 @@
|
|||
You should test these steps at least one between `Product Category Page`, `Product Archive Page` and `Product Tag Page`.
|
||||
You should test `Single Product Page`.
|
||||
|
||||
### Hold stock for 60mins if the order is pending payment. ([5546](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5546))
|
||||
|
||||
1. Edit an item and ensure it has inventory enabled.
|
||||
2. Successfully place an order.
|
||||
|
||||
### Fix duplicated checkout error notices. ([5476](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5476))
|
||||
|
||||
1. Make sure you're using the Blocks checkout and an payment method configurate (for example Stripe).
|
||||
2. Add 1 or more products to your cart.
|
||||
3. Go to the blocks checkout page
|
||||
4. Pay through the credit card form with a card that will be declined, e.g. 4000 0000 0000 0002.
|
||||
5. Ensure that only one error notice is displayed
|
||||
|
||||
### Store API and Cart block now support defining a quantity stepper and a minimum quantity. ([5406](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5406))
|
||||
|
||||
|
@ -287,32 +276,7 @@ Install the [Stripe Payment Method Extension](https://github.com/woocommerce/woo
|
|||
2. Open Appearance > Editor > Templates Parts.
|
||||
3. Check that Mini Cart template is NOT visible.
|
||||
|
||||
### Show express payment button in full width if only one express payment method is available. ([5601](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5601))
|
||||
|
||||
1. Create a test page with the checkout block.
|
||||
2. Install the WooCommerce Stripe Gateway plugin and enable express checkouts.
|
||||
3. Go to the frontend.
|
||||
4. Add a product to the cart.
|
||||
5. Go to the checkout page using the Chrome browser, where you are signed in with a Google account that has payment information stored in Google Pay (you might need to test using your personal profile in Google Chrome)
|
||||
6. Ensure that the express payment button is displayed in full width.
|
||||
7. Install the WooCommerce Payments plugin and enable express checkouts as well. (Note: The WooCommerce Payments plugin cannot be used on a local development site.)
|
||||
8. Go to the checkout page.
|
||||
9. Ensure that the express payment buttons is displayed next to each other.
|
||||
|
||||
### Wrapped cart item product contents in inner div. ([5240](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5240))
|
||||
|
||||
1. Add two different products to the cart.
|
||||
2. Visit the cart page.
|
||||
3. Inspect the cart table when the small/medium/large CSS breakpoints are active.
|
||||
4. Confirm that no visual issues are caused by the additional div wrapping the product.
|
||||
|
||||
### Fix alignment issue with the "create account" section on the checkout block in the editor ([5633](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/5633))
|
||||
|
||||
1. Create a test page and add the checkout block.
|
||||
2. Click on email address field.
|
||||
3. Open settings sidebar.
|
||||
4. Activate Account Options » Allow shoppers to sign up for a user account during checkout.
|
||||
5. Verify that the Create an account? section has [sufficient top margin](https://user-images.githubusercontent.com/3323310/150910947-7e54c5cc-6f65-4eb9-8a9b-16328d0af2c1.png) as opposed to [being crammed](https://user-images.githubusercontent.com/3323310/150910955-97d4fb04-a619-40ce-8758-32ba4aa90bb0.png).
|
||||
|
||||
---
|
||||
## WooCommerce Core Updates:
|
||||
|
|
Loading…
Reference in New Issue