From 5a16e5b972b19683b1fe0fda3e151edd373ac467 Mon Sep 17 00:00:00 2001 From: Veljko Date: Wed, 10 Feb 2021 09:24:40 +0100 Subject: [PATCH] Update changelogs --- tests/e2e/core-tests/CHANGELOG.md | 4 +--- tests/e2e/core-tests/README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) 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