idabrogie / produkt-api

projekt arbete iths
2 stars 0 forks source link

Filter-klicka på "categorys" #61

Closed fatimagrahn22 closed 4 months ago

fatimagrahn22 commented 5 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|