nromanen / crash_course_2024

5 stars 0 forks source link

Checking authorization to an account with unregistered mail in the system #50

Open andriiBaku opened 6 months ago

andriiBaku commented 6 months ago

Objective

Checking authorization to an account with unregistered mail in the system

Pre-conditions

  1. Website launched - http://speak-ukrainian.eastus2.cloudapp.azure.com/dev/

Input data

  1. "Емейл" - A random valid password that is not registered in the system
  2. "Пароль" - Random valid password

Instructions

Step No.Step descriptionExpected result
1.Click on the element with the user's logo in the upper right corner of the header.A drop-down list with two items is displayed.
2.Select the "Зареєструватися" element from the drop-down list.A window with a form for authorization is displayed in the middle of the screen.
3.Enter an invalid (not registered in the system) e-mail address in the "Емейл" field.The entered data is displayed in the "Емейл" field. The hint at the end of the field is lit in green.
4.Enter a valid password in the "Пароль" field.In the "Пароль" field, the entered data is displayed in the form of black circles. The hint at the end of the field is lit in green.
5.Click on the "Увійти" button.A message about entering incorrect email or password information is displayed. The user is not authorized.