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