-
Notifications
You must be signed in to change notification settings - Fork 0
Incorrect error message displayed #5
Copy link
Copy link
Open
Description
Thunderdragon221
opened on Apr 14, 2023
Issue body actions
- A different case of incorrect error message displayed
- When adding an order via command "6", when 0 is entered as the quantity, the error message displayed is "Error: Quantity must be a number", which does not make sense and confuses the user, since 0 is indeed a number.
- Correct error message should be "Error: Quantity must be a number greater than 0".
- Since this confuses the user and makes the user doubt the application functionality, the bug severity is medium since it negatively impacts the user experience.

Reactions are currently unavailable