diff --git a/tests/e2e/cucumber/multiple-interactions.feature b/tests/e2e/cucumber/multiple-interactions.feature index 5dc253aa..bb0a6a4e 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 | + | dress | macbook-13 | 0 | 2 | brand | shorts | 1 | + | dress | iphone-x | 0 | 2 | brand | shorts | 1 | diff --git a/tests/e2e/cucumber/predictive-components.feature b/tests/e2e/cucumber/predictive-components.feature index 2583a96d..b59f3ea9 100644 --- a/tests/e2e/cucumber/predictive-components.feature +++ b/tests/e2e/cucumber/predictive-components.feature @@ -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 | + | dress | 0 | macbook-13 | + | dress | 0 | iphone-x | Scenario Outline: 3. Clear a history query Given start page with "" size view