User input of invalid case number matching the regular expression triggers a response that indicates no case was found.
Steps to recreate the issue:
Text ‘- - - - -’ to (802) 760 2922.
The application responds with: “We did not find any cases that match - - - - -.”
Given a case number with invalid characters (e.g. characters for spacing),
When the user supplies an invalid case number,
Then the application should ... (e.g. send a help response).
Acceptance Criteria:
The application provides a help response message when invalid characters are present in case numbers.
User input of invalid case number matching the regular expression triggers a response that indicates no case was found.
Steps to recreate the issue:
The application responds with: “We did not find any cases that match - - - - -.”
Given a case number with invalid characters (e.g. characters for spacing), When the user supplies an invalid case number, Then the application should ... (e.g. send a help response).
Acceptance Criteria: The application provides a help response message when invalid characters are present in case numbers.