The first error message says to pick an index between 1 and 3, hence i pick 2, but it proceeds to tell me to pick an index between 1 and 2. The error message falsely redirected me to pick an index that does not work.
Similarly, when I try an index that it out of bounds, it does not provide the correct range, which should be 1-6, and instead tells me to pick between 1-20 which contained invalid indices 7-20
The first error message says to pick an index between 1 and 3, hence i pick 2, but it proceeds to tell me to pick an index between 1 and 2. The error message falsely redirected me to pick an index that does not work.
Similarly, when I try an index that it out of bounds, it does not provide the correct range, which should be 1-6, and instead tells me to pick between 1-20 which contained invalid indices 7-20
[original: nus-cs2103-AY2425S1/pe-interim#236] [original labels: severity.Medium type.FeatureFlaw]