Description: When login is failed for some reason, user_match_data API is still called.
Step:
- Build the frontend and Backend containers up.
- Access to the website: https://localhost:8443.(sugest using Chrome)
- Click mouse right button on the website page, choose "inspect" from the list.
- Click "sign in" button.
- Input a Valid username and an invalid password.
- Click "Log in" button.
- Check "network" section.
Resulte: You will see after Login API called, the frontend called user_match_data API too.
Exepection: If login fails, frontend should not call user_match_data API.
Description: When login is failed for some reason, user_match_data API is still called.
Step:
Resulte: You will see after Login API called, the frontend called user_match_data API too.
Exepection: If login fails, frontend should not call user_match_data API.