Fix test title to be more concise

This commit is contained in:
Veljko V 2021-01-05 22:48:34 +01:00
parent f782bcdc86
commit a0049c10ff
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ const runCartApplyCouponsTest = () => {
await merchant.logout();
});
it('allows customer to apply a fixed cart coupon in the cart', async () => {
it('allows customer to apply coupons in the cart', async () => {
await shopper.goToShop();
await shopper.addToCartFromShopPage('Simple product');
await shopper.goToCart();