You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-gutenberg-products-block/files/6452221/woocommerce-gutenberg-products-block.zip)
4
+
5
+
## Feature plugin only
6
+
7
+
### General smoke testing
8
+
9
+
The following are related to various changes impacting existing flows, so smoke testing is needed to verify there are no regressions:
10
+
11
+
- Place orders via the Checkout block and ensure the following:
12
+
- All payment methods included with the blocks work as expected for completing the order.
13
+
- Intentionally triggering payment errors for various payment methods surface the errors as expected and another payment method can be tried.
14
+
- Express payment methods (via Stripe) work as expected in both the Cart context and Checkout context.
15
+
16
+
### Fixed bug with clearing email and phone fields when using separate billing address.
17
+
18
+
Test both guest and logged in scenarios for the following:
19
+
20
+
- On checkout, fill out email address, shipping fields, and phone number.
21
+
- Uncheck "use shipping for billing" checkbox.
22
+
- Verify email and phone fields still have their values.
23
+
- Submit the order and make sure those values persist on the server with the order.
0 commit comments