From e0e0334fd9ccf76f100f7364070df99427d64836 Mon Sep 17 00:00:00 2001 From: Diego Pascual Date: Wed, 20 Sep 2023 13:34:57 +0200 Subject: [PATCH] change queries for e2e tests --- tests/e2e/cucumber/multiple-interactions.feature | 4 ++-- tests/e2e/cucumber/predictive-components.feature | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/e2e/cucumber/multiple-interactions.feature b/tests/e2e/cucumber/multiple-interactions.feature index 055943fe..1f366030 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 | - | thsirt | macbook-13 | 1 | 2 | brand | shorts | 1 | - | thsirt | iphone-x | 1 | 2 | brand | shorts | 1 | + | tshirt | macbook-13 | 1 | 2 | brand | shorts | 1 | + | tshirt | iphone-x | 1 | 2 | brand | shorts | 1 | \ No newline at end of file diff --git a/tests/e2e/cucumber/predictive-components.feature b/tests/e2e/cucumber/predictive-components.feature index a22c9af3..e2ba58cd 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 | - | tshirt | macbook-13 | - | tshirt | iphone-x | + | dress | macbook-13 | + | dress | iphone-x | Scenario Outline: 2. Related tags interaction Given start page with "" size view @@ -61,4 +61,4 @@ Feature: Predictive components Examples: | list | view | | shirt, shoe, skirt | macbook-13 | - | shirt, shoe, skirt | iphone-x | + | shirt, shoe, skirt | iphone-x | \ No newline at end of file