When trying to add an application with an invalid value like 30-02-2023, the error message displayed is that Deadlines should be in the format of DD-MM-YYYY. However, it is in the format DD-MM-YYYY.
Steps to recreate the bug:
Add an application using an invalid Date. (eg. apply test_inc_id --title SWE --by 30-02-2023)
According to course guidelines, calling an invalid value a format error is a severity.low bug.
When trying to add an application with an invalid value like
30-02-2023
, the error message displayed is thatDeadlines should be in the format of DD-MM-YYYY
. However, it is in the format DD-MM-YYYY.Steps to recreate the bug:
According to course guidelines, calling an
invalid value
a format error is a severity.low bug.