Sunagatov / Iced-Latte-Frontend

a online Marketplace for coffee retail (Frontend)
https://iced-latte.uk
MIT License
209 stars 48 forks source link

(SHOPPING CART PAGE) Cart Page. Buttons "Plus" and "Minus" are not wrapped in tags <button> #167

Closed ilsinyakov closed 3 months ago

ilsinyakov commented 4 months ago

Pre-conditions: Shopping cart is not empty

Step:

  1. Go to Cart Page: https://iced-latte.uk/cart
  2. Look at the page code (buttons "Plus" and "Minus")

ER: Buttons "Plus" and "Minus" are wrapped in tags <button>

AR: Buttons "Plus" and "Minus" aren't wrapped in tags <button>

Note: Selenium Webdriver don't work with buttons that don't have tags <button>

2024-04-22 154426