Updated Release Testing Instructions WooCommerce 4.5 (markdown)

Julia Amosova 2020-08-18 11:29:58 -04:00
parent 0e72c6e562
commit ffd3c50c22
1 changed files with 31 additions and 8 deletions

@ -12,6 +12,7 @@ WooCommerce 4.5 includes:
- [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](https://github.com/woocommerce/woocommerce/wiki/Release-Testing-Instructions-WooCommerce-4.5#coupon-code-with-an-ampersand-should-be-consistent-between-logged-in-user-and-guest)
- [Search for variations should fallback to parent SKU if variation SKU is not entered]()
***
@ -280,11 +281,33 @@ 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
- 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.
***
### Search for variations should fallback to parent SKU if variation SKU is not entered
https://github.com/woocommerce/woocommerce/pull/27171
To test:
- Create a variable product with two variations.
- Set SKU on the parent product:
![](https://cldup.com/Oaf1suu-jl.jpg)
- Set SKU only on one of the variations:
![](https://cldup.com/ZQo7tbpKBv.jpg)
- Create a manual order and click on the button to add products to it.
- Search for parent SKU. Confirm that the variation without the SKU will show up in the results.
- Search for variation SKU and confirm that the variation with the SKU will show up in the results.