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) Total per line price does not change after increase/decrease items #189

Closed ilsinyakov closed 3 months ago

ilsinyakov commented 3 months ago

Pre-conditions:

  1. At least one product is added to cart
  2. Go to shopping cart page

Steps:

  1. Click "Plus" button
  2. Click "Minus" button

ER: Total per line price change after increase/decrease items and equal amount * unit price

AR: Total per line price does not change after increase/decrease items and equal unit price

FR:

Given: I am on a shopping cart with an added product When: I am decreasing/increasing quantity Then: Quantity of product changes, summary price change(in line and total in cart)


2024-05-03_08-36-03

2024-05-03_08-36-43

ilsinyakov commented 3 months ago

Tested Fixed Test: UI/test_shopping_cart.py