Sunagatov / Iced-Latte-Frontend

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

(MAIN PAGE) Filter Price. Incorrect filtering during fast movement between fields #264

Open ilsinyakov opened 1 week ago

ilsinyakov commented 1 week ago

Case 1.

Pre-conditions:

  1. Go to main page https://iced-latte.uk/

Steps:

  1. Enter the number to field "Price from"
  2. Without waiting, the catalog will be filtered, enter the number to field "Price to"

ER: Only products with price between "Price from" and "Price to" are presented in products catalog

AR: Products with price less than "Price from" are presented in products catalog

Screencast: https://drive.google.com/file/d/1mabB-YRau8BBgPo2iuioclEE0spLOIlH/view?usp=sharing

Case 2.

Pre-conditions:

  1. Go to main page https://iced-latte.uk/

Steps:

  1. Enter the number to field "Price from"
  2. Waiting while the catalog will be filtered
  3. Enter the number to field "Price to"
  4. Waiting while the catalog will be filtered
  5. Delete the number from field "Price from"
  6. Without waiting, the catalog will be filtered, delete the number from field "Price to"

ER: All products are presented in products catalog

AR: Only products with price more than "Price from" are presented in products catalog

Screencast: https://drive.google.com/file/d/1AzXNtg0Xny_SteVHuG1XG2ZCRezk2Xzc/view?usp=sharing