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 bfa078e commit e0e0334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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 |
| 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 |
6 changes: 3 additions & 3 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 |
| tshirt | macbook-13 |
| tshirt | iphone-x |
| dress | macbook-13 |
| dress | iphone-x |

Scenario Outline: 2. Related tags interaction
Given start page with "<view>" size view
Expand Down Expand Up @@ -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 |

0 comments on commit e0e0334

Please sign in to comment.