Closed touwinho closed 3 weeks ago
Because of braking change in one of our lesson I will rework this solution.
Fixed (reverted): v2.7.6
Right now surname accepts a-zA-Z
and spaces.
For possibility to use -
in surname You have to use feature flag strict_surname_validation
.
Describe the bug Last name input on Register page doesn't allow to provide two-part surnames. Validation is returning: "Please enter only Letters!"
To Reproduce Steps to reproduce the behaviour:
Expected behaviour After complete rest full form user should be successfully created.
Screenshots
Desktop (please complete the following information):
Additional context Faker.js sometimes returns two-part surname. It is causing a flaky tests. There is no problem to remove '-', but this report may be helpful