Skip to content

Commit

Permalink
Comment out broken test step
Browse files Browse the repository at this point in the history
  • Loading branch information
jcalcaben committed Jul 21, 2022
1 parent 85e4dde commit 7148e29
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,13 @@ describe(
applyFiltersFromFilterModal();
toggleFilterModal();
toggleFilterBlock(filtersData.category.name);
/* This part of the test is currently breaking and related to PWA-2948
TODO: Uncomment this and test when a solution has been applied to the issue
selectFilterFromList(
filtersData.category.name,
filtersData.category.defaultOption
);
*/
applyFiltersFromFilterModal();
assertProductsFound();
assertNoPagination();
Expand Down

0 comments on commit 7148e29

Please sign in to comment.