Skip to content

Commit

Permalink
Fix filter products scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
nesrineabdmouleh committed Jul 18, 2024
1 parent 8a4ee21 commit 3cd6269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ test.describe('BO - Catalog - Products : Filter the products table by ID, Name,
args: {
identifier: 'filterCategory',
filterBy: 'category',
filterValue: dataCategories.women.name,
filterValue: dataCategories.art.name,
filterType: 'input',
},
},
Expand Down

0 comments on commit 3cd6269

Please sign in to comment.