From 2958fce2d787274e7e61e242384f06130ac4d1f7 Mon Sep 17 00:00:00 2001 From: tolerants Date: Wed, 31 Jul 2024 12:09:50 +0300 Subject: [PATCH] Fixed e2e test data for product list filtering. --- apps/storefront-e2e/src/support/test-data/search-products.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/storefront-e2e/src/support/test-data/search-products.ts b/apps/storefront-e2e/src/support/test-data/search-products.ts index 9adcccecc..d8acd5708 100644 --- a/apps/storefront-e2e/src/support/test-data/search-products.ts +++ b/apps/storefront-e2e/src/support/test-data/search-products.ts @@ -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', @@ -32,8 +32,8 @@ export const sortingTestData = { popularity: [ 'cable-vga-1-1', 'cable-hdmi-1-1', - '215_123', '216_123', '217_123', + '215_123', ], };