Updated Release Testing Instructions WooCommerce 4.5 (markdown)

Julia Amosova 2020-08-18 10:50:39 -04:00
parent 17cc0cc9b3
commit 9a63895087
1 changed files with 20 additions and 1 deletions

@ -11,6 +11,7 @@ WooCommerce 4.5 includes:
- [WCA - New notification: Don't forget to test your checkout](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.5#wca---new-notification-dont-forget-to-test-your-checkout)
- [WooCommerce Core Bug Fixes:](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.5#notable-bug-fixes)
- [Coupon usage should be possible if canceling payment via the originally selected payment method](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.5#coupon-usage-should-be-possible-if-canceling-payment-via-the-originally-selected-payment-method)
- [Coupon code with an ampersand should be consistent between logged in user and guest]()
***
@ -268,4 +269,22 @@ To test:
- You should be redirected back to the Cart page. Verify that the coupon still exists in your cart and that if you checkout successfully (either with `PayPal` if you had it set up, or another payment method such as `Cash on delivery`), the coupon is still applied.
- Verify that after using the coupon successfully, the usage restrictions are still enforced. You should not be able to use the coupon a second time.
- Verify that after using the coupon successfully, the usage restrictions are still enforced. You should not be able to use the coupon a second time.
***
### Coupon code with an ampersand should be consistent between logged in user and guest
https://github.com/woocommerce/woocommerce/pull/27140
To test:
- Create a coupon with code `a&a`
- Create a coupon with code `b&b`
- Add a product to the cart as a logged-in user
- Apply the coupon `a&a` in the cart, and confirm that the coupon is applied
- Apply the coupon `b&b` in the cart, and confirm that the coupon is applied
- Add a product to the cart when not logged in (guest user)
- Apply the coupon `a&a` in the cart, and confirm that the coupon is applied
- Apply the coupon `b&b` in the cart, and confirm that the coupon is applied