From a4e788f351c302b2d0fe73887c9af3225a82f91c Mon Sep 17 00:00:00 2001 From: Alena Krauch Date: Wed, 30 Jul 2025 15:11:10 +0300 Subject: [PATCH] update registration_data.py --- test_data/registration_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/registration_data.py b/test_data/registration_data.py index fe7300bb85..e0c4b6ed19 100644 --- a/test_data/registration_data.py +++ b/test_data/registration_data.py @@ -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', 'Пожалуйста, введите логин и пароль.']