diff --git a/tests/e2e/cucumber/multiple-interactions.feature b/tests/e2e/cucumber/multiple-interactions.feature index 5dc253aa..c0132618 100644 --- a/tests/e2e/cucumber/multiple-interactions.feature +++ b/tests/e2e/cucumber/multiple-interactions.feature @@ -25,5 +25,5 @@ Feature: Multiple interactions Examples: | query | view | nextQueryItem | filterNumber | facetName | queryWithRTs | relatedTagItem | - | dress | macbook-13 | 1 | 2 | brand | shorts | 1 | - | dress | iphone-x | 1 | 2 | brand | shorts | 1 | + | gloves | macbook-13 | 1 | 2 | brand | shorts | 1 | + | gloves | iphone-x | 1 | 2 | brand | shorts | 1 | diff --git a/tests/e2e/cucumber/predictive-components.feature b/tests/e2e/cucumber/predictive-components.feature index 2583a96d..c2bda334 100644 --- a/tests/e2e/cucumber/predictive-components.feature +++ b/tests/e2e/cucumber/predictive-components.feature @@ -16,8 +16,8 @@ Feature: Predictive components Then history queries are displayed Examples: | query | view | - | dress | macbook-13 | - | dress | iphone-x | + | gloves | macbook-13 | + | gloves | iphone-x | Scenario Outline: 2. Related tags interaction Given start page with "" size view @@ -33,8 +33,8 @@ Feature: Predictive components And related tag is displayed as not selected Examples: | query | relatedTagIndex | view | - | dress | 1 | macbook-13 | - | dress | 1 | iphone-x | + | gloves | 1 | macbook-13 | + | gloves | 1 | iphone-x | Scenario Outline: 3. Clear a history query Given start page with "" size view