Skip to content

Commit

Permalink
change queries for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Sep 20, 2023
1 parent 5f09acd commit b743321
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/cucumber/multiple-interactions.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
8 changes: 4 additions & 4 deletions tests/e2e/cucumber/predictive-components.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<view>" size view
Expand All @@ -33,8 +33,8 @@ Feature: Predictive components
And related tag <relatedTagIndex> 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 "<view>" size view
Expand Down

0 comments on commit b743321

Please sign in to comment.