Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test_data/registration_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Messages:
WRONG_USER = 'Error: There is no user record corresponding to this identifier. The user may have been deleted.'
EXISTING_EMAIL = 'The email address is already in use by another account.'
EMPTY_CONFIRM_PASSWORD = ['Passwords should match', 'Пароли должны совпадать']
EMPTY_NAME = ['Empty LastName', 'Фамилия не Указана']
EMPTY_NAME = ['Empty Last Name', 'Фамилия не Указана']
EMPTY_BIRTHDAY = ['Invalid date', 'Некорректная дата']
EMPTY_GENDER = ['Empty gender', 'Пол не указан']
EMPTY_EMAIL = ['Please enter your login and password', 'Пожалуйста, введите логин и пароль.']
Expand Down