Closed fatimagrahn22 closed 4 months ago
As a shopper I want to search for mens clothes.
Gherkin: Scenario outline: Given user is in shop When the user clicks on filterbutton Then the number of products should be Examples: |category|number| |All|20| |Men's clothing|4| |Women's clothing|6| |Jewelery|4| |Electronics|6|
As a shopper I want to search for mens clothes.
Gherkin: Scenario outline: Given user is in shop When the user clicks on filterbutton
Then the number of products should be
Examples:
|category|number|
|All|20|
|Men's clothing|4|
|Women's clothing|6|
|Jewelery|4|
|Electronics|6|