Fix test title to be more concise
This commit is contained in:
parent
f782bcdc86
commit
a0049c10ff
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue