Remove unnecessary code

This commit is contained in:
Veljko V 2021-01-05 22:24:03 +01:00
parent cf8c114198
commit d3169dcf43
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* eslint-disable jest/no-export, jest/no-disabled-tests, jest/expect-expect */
/* eslint-disable jest/no-export, jest/no-disabled-tests, jest/expect-expect, jest/no-standalone-expect */
/**
* Internal dependencies
*/
@ -33,8 +33,6 @@ const runCheckoutApplyCouponsTest = () => {
it('allows customer to apply coupons in the checkout', async () => {
await shopper.goToShop();
await shopper.addToCartFromShopPage('Simple product');
await shopper.goToCart();
await shopper.productIsInCart('Simple product');
await shopper.goToCheckout();
// Apply Fixed cart discount coupon