Skip to content

Commit

Permalink
fix: filing jenkins test in hq
Browse files Browse the repository at this point in the history
  • Loading branch information
CachedaCodes committed Oct 19, 2023
1 parent e4f28a7 commit f12002e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-components/tests/e2e/history-queries.feature
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Feature: History queries component

Examples:
| hideIfEqualsQuery | debounceInMs | maxItemsToStore | maxItemsToRender | instant | historyQueryItem | list |
| false | 150 | 4 | 6 | true | 1 | puzzle, funko, lego, coche, barbie, casa, muñeca, peluche |
| false | 150 | 4 | 6 | true | 1 | puzzle, coche, lego, funko, barbie, casa, muñeca, peluche |
| false | 150 | 8 | 4 | true | 3 | puzzle, funko, lego, coche, barbie, casa |

Scenario Outline: 6. Rendered history queries list is empty if no results are provided
Expand Down

0 comments on commit f12002e

Please sign in to comment.