Sunagatov / Iced-Latte-Frontend

a online Marketplace for coffee retail (Frontend)
https://iced-latte.uk
MIT License
210 stars 48 forks source link

(PERSONAL ACCOUNT PAGE) Updating user's info. Last name field should accept hyphen and space #149

Closed Diana-Smolnikova closed 4 months ago

Diana-Smolnikova commented 5 months ago

Priority: Medium Pre-condition: User already register.

Steps:

  1. Navigate to https://iced-latte.uk/profile 2.Click button “Edit“
  2. Enter in field 'Last name' name = Bryan Eastin or Bryan - Eastin.
  3. Click button “Save Changes“.

ER: update in last name should save.

AR: got input validation error message ‘Invalid Last name format. Use extended Latin letters’ and update was not saved.

FR:

Free text 2-128 symbols Two types of errors:"Last name is the mandatory attribute" "Last name should have a length between 2 and 128 characters"

image image