From fa11c75c7a3d2e72e70328164452142cad74827c Mon Sep 17 00:00:00 2001 From: Saad Tarhi Date: Fri, 27 Oct 2023 07:12:26 +0100 Subject: [PATCH] Remove unnecessary comments --- .../e2e/tests/cart/cart-block.shopper.block_theme.spec.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/e2e/tests/cart/cart-block.shopper.block_theme.spec.ts b/tests/e2e/tests/cart/cart-block.shopper.block_theme.spec.ts index 56d8c1ab5ef..2a40826fb74 100644 --- a/tests/e2e/tests/cart/cart-block.shopper.block_theme.spec.ts +++ b/tests/e2e/tests/cart/cart-block.shopper.block_theme.spec.ts @@ -26,14 +26,6 @@ const test = base.extend< { pageObject: CartPage } >( { } ); test.describe( 'Shopper → Cart block', () => { - // test.beforeAll( async ( { frontendUtils } ) => { - // await frontendUtils.goToShop(); - // await frontendUtils.emptyCart(); - // await frontendUtils.addToCart( DISCOUNTED_PRODUCT_NAME ); - // await frontendUtils.addToCart( REGULAR_PRICED_PRODUCT_NAME ); - // await frontendUtils.goToCart(); - // } ); - test( 'The discount label is only visible next to the discounted product', async ( { pageObject, frontendUtils,