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
GIVEN that the user is asked to enter a name, only letters should be allowed to be entered.
GIVEN that the user is asked to enter a phone number, only 10 number with the format of 07..... should be allowed to entered.
Acceptance Criteria
Display an in field notification saying, "Please enter only letters" if the user enters any other character in the "Name" field.
Display an in field notification saying, "Please enter a complete name" if the user enters one letter in the "Name" field.
Display an in field notification saying, "Please enter a valid phone number" if the user enters and number that is not in the format 07.......
The text was updated successfully, but these errors were encountered:
GIVEN that the user is asked to enter a name, only letters should be allowed to be entered.
GIVEN that the user is asked to enter a phone number, only 10 number with the format of 07..... should be allowed to entered.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: