From 9b6569a446a54dbc62da6ed48281b4796e3e806f Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Wed, 20 Sep 2023 13:30:21 +0200 Subject: [PATCH] change query for e2e tests --- tests/e2e/cucumber/multiple-interactions.feature | 4 ++-- tests/e2e/cucumber/predictive-components.feature | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/cucumber/multiple-interactions.feature b/tests/e2e/cucumber/multiple-interactions.feature index bb0a6a4e..80a15030 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 | 0 | 2 | brand | shorts | 1 | - | dress | iphone-x | 0 | 2 | brand | shorts | 1 | + | tshirt | macbook-13 | 1 | 2 | brand | shorts | 1 | + | tshirt | iphone-x | 1 | 2 | brand | shorts | 1 | diff --git a/tests/e2e/cucumber/predictive-components.feature b/tests/e2e/cucumber/predictive-components.feature index b59f3ea9..1a900fc1 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 | 0 | macbook-13 | - | dress | 0 | iphone-x | + | tshirt | 1 | macbook-13 | + | tshirt | 1 | iphone-x | Scenario Outline: 3. Clear a history query Given start page with "" size view