Skip to content

Commit

Permalink
Fixed e2e test data for product list filtering.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerants committed Jul 31, 2024
1 parent 0cdbea2 commit 2958fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/storefront-e2e/src/support/test-data/search-products.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const sortingTestData = {
default: ['cable-hdmi-1-1', 'cable-vga-1-1', '216_123', '217_123', '215_123'],
rating: ['216_123', '217_123', '215_123', 'cable-hdmi-1-1', 'cable-vga-1-1'],
rating: ['216_123', '217_123', 'cable-hdmi-1-1', 'cable-vga-1-1', '215_123'],
name_asc: [
'217_123',
'215_123',
Expand Down Expand Up @@ -32,8 +32,8 @@ export const sortingTestData = {
popularity: [
'cable-vga-1-1',
'cable-hdmi-1-1',
'215_123',
'216_123',
'217_123',
'215_123',
],
};

0 comments on commit 2958fce

Please sign in to comment.