Project

General

Profile

Bug #3068

Updated by Andrijana K 7 months ago

When the user enters valid credentials, checks the 'Remember me' checkbox and logs in, after a logout, the user credentials are not saved, the user credentials must be filled in again so that the user can log in  

 *Environment* 
 https://qainterrapt.brainster.xyz/login 

 *Steps to reproduce* 
 Navigate to login page 
 Fill in the 'Email' field with valid data 
 Fill in the 'Password' field with valid data 
 Check 'Remember me' checkbox 
 Click on the 'LOG IN' button 
 Click on the 'LOG OUT' button 
 User credentials should be automatically filled in 
 Click on the 'LOG IN' button 

 *Expected result* 
 Session cookie should be already stored and when the user is on the login page the credentials should be automatically filled in 

 *Actual result* 
 The user credentials are not saved therefore are not automatically filled in and the user must re-enter valid credentials to be able to log in

Back