You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: