From b743321c7107dd16e09e250405ef637c5b19f54e Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Wed, 20 Sep 2023 10:28:51 +0200 Subject: [PATCH] change queries for e2e tests --- tests/e2e/cucumber/multiple-interactions.feature | 4 ++-- tests/e2e/cucumber/predictive-components.feature | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) 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