Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View password #21

Open
oksanahorishna opened this issue Jul 25, 2023 · 0 comments
Open

View password #21

oksanahorishna opened this issue Jul 25, 2023 · 0 comments

Comments

@oksanahorishna
Copy link
Collaborator

oksanahorishna commented Jul 25, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants