Skip to content

Commit

Permalink
test: review arquetype tests (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavmaf authored Jun 20, 2023
1 parent 55fb68d commit c0c777d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/e2e/cucumber/common-steps.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Then('a search request from {string} is done', (origin: string) => {

// Results
Then('related results are displayed', () => {
cy.getByDataTest('search-grid-result').eq(0).scrollIntoView();
cy.getByDataTest('search-grid-result')
.should('be.visible')
.should('have.length.at.least', 1)
Expand Down
3 changes: 2 additions & 1 deletion tests/e2e/cucumber/facets.feature
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ Feature: Facets component
| shirt | 2 | brand | 1 | fit | macbook-13 |
| shirt | 2 | brand | 1 | fit | iphone-x |

@skip
@skip
# TODO: Resume once the response returns hierarchical filters
Scenario Outline: 5. Hierarchical filters selection
Given start page with "<view>" size view
When search bar is clicked
Expand Down

0 comments on commit c0c777d

Please sign in to comment.