Skip to content

Commit

Permalink
Nightly : Fixed campaigns/productV2/functional/01_filterProducts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 committed Sep 1, 2023
1 parent 8de1097 commit 6de2b37
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tests/UI/campaigns/productV2/functional/01_filterProducts.ts
Expand Up @@ -257,15 +257,6 @@ describe('BO - Catalog - Products : Filter in Products Page', async () => {
await expect(isVisible).to.be.true;
});

it('should filter list by \'Position\' and check result', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'filterByPosition', baseContext);

await productsPage.filterProducts(page, 'position', '1', 'input');

const position = await productsPage.getTextColumn(page, 'position');
await expect(position).to.equal(1);
});

it('should reset filter', async function () {
await testContext.addContextItem(this, 'testIdentifier', 'resetFilterByPosition', baseContext);

Expand Down

0 comments on commit 6de2b37

Please sign in to comment.