Skip to content

Commit

Permalink
Functional Tests : Enable test after #33962
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 27, 2023
1 parent ca7d06d commit 2a26203
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/UI/campaigns/productV2/functional/12_packTab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,12 +309,9 @@ describe('BO - Catalog - Products : Pack Tab', async () => {
const productInformation = await foProductPage.getProductInformation(page);
expect(productRetailPrice).to.eq(productInformation.price);

// @todo : https://github.com/PrestaShop/PrestaShop/issues/33962
/*
const productsPrice = await foProductPage.getPackProductsPrice(page);
const calculatedPrice = (Products.demo_1.finalPrice * productQuantity + Products.demo_9.finalPrice).toFixed(2);
expect(calculatedPrice).to.eq(productsPrice);
*/

const product1 = await foProductPage.getProductInPackList(page, 1);
await Promise.all([
Expand Down

0 comments on commit 2a26203

Please sign in to comment.