adrianmaciuc / break-it-playwright-javascript-project

MIT License
9 stars 0 forks source link

headers 2 #90

Closed pmirel closed 10 months ago

pmirel commented 10 months ago

Search in header GIVEN you are on Home page WHEN I click on search input AND I enter the text jackets THEN eight drop down suggestions appear AND all suggestions include the word jackets

Logo on homepage GIVEN you are on Home page WHEN I click on website logo THEN home page will be refreshed

Cart on header GIVEN you are on Home page WHEN I click on cart icon THEN a modal opens AND it contains the text You have no items in your shopping cart

Search functionality GIVEN you are on Home page WHEN I click on search input AND I enter the text jackets AND I click enter button THEN one result with Jade Yoda jacket is listed

Closes #53