When a customer attempts to log in using incorrect credentials (invalid email/login or password), no error message is displayed on the login page. The page does not provide any feedback, and nothing appears to happen after submitting the form.
Current Behavior
• User enters incorrect login credentials.
• After submitting, no error message is shown.
• The user receives no feedback about the failed login attempt.
Expected Behavior
• When a user enters incorrect login credentials, an appropriate error message should be displayed.
• Example message:
“Incorrect login or password. Please check your credentials and try again.”
This ensures clear feedback to the customer and improves the user experience.