Update changelogs
This commit is contained in:
parent
9fe10b23ba
commit
5a16e5b972
|
@ -9,11 +9,9 @@
|
|||
- Merchant Order Refund tests
|
||||
- Merchant Apply Coupon tests
|
||||
- Added new config variable for Simple Product price to `tests/e2e/env/config/default.json`. Defaults to 9.99
|
||||
- Shopper Single Product tests
|
||||
- Shopper My Account Pay Order
|
||||
|
||||
- Shopper Checkout Apply Coupon
|
||||
|
||||
|
||||
- Shopper Cart Apply Coupon
|
||||
|
||||
## Fixed
|
||||
|
|
|
@ -62,7 +62,7 @@ The functions to access the core tests are:
|
|||
- `runCartPageTest` - Shopper can view and update cart
|
||||
- `runCheckoutPageTest` - Shopper can complete checkout
|
||||
- `runMyAccountPageTest` - Shopper can access my account page
|
||||
- `runSingleProductPageTest` - Shopper can view single product page
|
||||
- `runSingleProductPageTest` - Shopper can view single product page in many variations (simple, variable, grouped)
|
||||
- `runMyAccountPayOrderTest` - Shopper can pay for his order in My Account
|
||||
- `runCartApplyCouponsTest` - Shopper can apply coupons in the cart
|
||||
- `runCheckoutApplyCouponsTest` - Shopper can apply coupons in the checkout
|
||||
|
|
Loading…
Reference in New Issue