Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tarhi-saad committed Oct 27, 2023
1 parent 24197c7 commit fa11c75
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/e2e/tests/cart/cart-block.shopper.block_theme.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit fa11c75

Please sign in to comment.