You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user,
I want to see entered password value,
So that I can make sure I entered a correct value.
Default state:
the view password icon is shown as 'crossed eye'
Scenario 1: User wants to view the password input
Given I am on the login page
Or on the registration page
When I click on the 'crossed eye' icon
Then I can see entered password
And the 'crossed eye' icon changes to 'eye' icon
Scenario 2: User wants to hide password input
Given I am on the login page
Or on the registration page
When I click on the 'eye' icon
Then the password input is hidden
And the 'eye' icon changes to 'crossed eye' icon
As a user,
I want to see entered password value,
So that I can make sure I entered a correct value.
Default state:
the view password icon is shown as 'crossed eye'
Scenario 1: User wants to view the password input
Given I am on the login page
Or on the registration page
When I click on the 'crossed eye' icon
Then I can see entered password
And the 'crossed eye' icon changes to 'eye' icon
Scenario 2: User wants to hide password input
Given I am on the login page
Or on the registration page
When I click on the 'eye' icon
Then the password input is hidden
And the 'eye' icon changes to 'crossed eye' icon
design - link
link
Linked epic: #3
The text was updated successfully, but these errors were encountered: