Open bchenghi opened 4 years ago
Hi,
Zero is neither a positive nor negative integer. Hence, that error message is appropriate because it asks the user for a positive integer.
The first error message signifies that the input is invalid no matter how many entrie the user inputs but the second error message indicates that the valid could be valid but the current list is too small.
Bug is rejected.
Regards, Melanie
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
Team chose [severity.VeryLow
]
Originally [severity.Medium
]
Reason for disagreement: [replace this with your reason]
Perhaps for usability, I feel that the error message for select 0 and selecting a card index that is too large should display the same error message. Since both are issues about an invalid index. Below is when select 0 is executed. Below is when index is too large.