AY2324S2-CS2103T-F13-3 / tp

https://ay2324s2-cs2103t-f13-3.github.io/tp/
Other
0 stars 5 forks source link

[PE-D][Tester C] The error message displayed for delete-skill when deleting more than two skills are inaccurate. #248

Closed soc-pe-bot closed 7 months ago

soc-pe-bot commented 7 months ago

Description

The delete-skill produces error message:

This courseMate does not have one of the skills provided.

when the courseMate does not have one or more(at least one) skills among the provided ones. The error message is misleading when courseMate has two or more skills unavailable. It will be better to change the wording.

Steps to Reproduce

  1. Open App
  2. Type delete-skill #1 -s Java1 -s Python1
  3. See error

Expected Behavior Error message should display that

This courseMate does not have two of the skills provided. (This courseMate does not have at least one of the skills provided.)

Actual Behavior

This courseMate does not have one of the skills provided.

Screenshots

image.png


Labels: type.FunctionalityBug severity.VeryLow original: dhlee03/ped#3