@scope_visualization
Feature: 0086 - Change the user's password
Description: In order to change my password
As an authorized user
I want enter a new password
File name: srv_change_password.feature
Relative path: secondary/srv_change_password.feature
When
I follow the left menu "Home > User Account > My Account"
00:00:00.137
And
I enter "GoodPass" as "desiredpassword"
00:00:00.057
And
I enter "GoodPass" as "desiredpasswordConfirm"
00:00:00.055
And
I click on "Update"
00:00:00.755
Then
I should see a "User information updated" text
00:00:00.073
When
I sign out
00:00:00.442
And
I enter "admin" as "username"
00:00:00.048
And
I enter "GoodPass" as "password"
00:00:00.053
And
I click on "Sign In"
00:00:00.051
Then
I should be logged in
00:00:00.639
@scope_visualization
Scenario: Revert the new password to a valid standard password
When
I follow the left menu "Home > User Account > My Account"
00:00:00.117
And
I enter "admin" as "desiredpassword"
00:00:00.054
And
I enter "admin" as "desiredpasswordConfirm"
00:00:00.046
And
I click on "Update"
00:00:00.051
Then
I should see a "User information updated" text
00:00:00.697
When
I sign out
00:00:00.305
And
I enter "admin" as "username"
00:00:00.052
And
I enter "admin" as "password"
00:00:00.051
And
I click on "Sign In"
00:00:00.052
Then
I should be logged in
00:00:00.637
When
I follow the left menu "Home > User Account > My Account"
00:00:00.120
And
I enter "A" as "desiredpassword"
00:00:00.045
And
I enter "A" as "desiredpasswordConfirm"
00:00:00.044
And
I click on "Update"
00:00:00.308
Then
I should see a "Passwords must be at least 4 characters." text
00:00:00.062
When
I sign out
00:00:00.301
And
I enter "admin" as "username"
00:00:00.047
And
I enter "A" as "password"
00:00:00.043
And
I click on "Sign In"
00:00:00.051
Then
I should not be authorized
00:00:10.012