diff --git a/tests/e2e/core-tests/CHANGELOG.md b/tests/e2e/core-tests/CHANGELOG.md index 9c64777498d..dd77c4e292f 100644 --- a/tests/e2e/core-tests/CHANGELOG.md +++ b/tests/e2e/core-tests/CHANGELOG.md @@ -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 diff --git a/tests/e2e/core-tests/README.md b/tests/e2e/core-tests/README.md index c4bd0caf7bc..bba3722f655 100644 --- a/tests/e2e/core-tests/README.md +++ b/tests/e2e/core-tests/README.md @@ -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