@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.206
And
I enter "GoodPass" as "desiredpassword"
00:00:00.083
And
I enter "GoodPass" as "desiredpasswordConfirm"
00:00:00.078
And
I click on "Update"
00:00:00.902
Then
I should see a "User information updated" text
00:00:00.081
When
I sign out
00:00:00.343
And
I enter "admin" as "username"
00:00:00.069
And
I enter "GoodPass" as "password"
00:00:00.082
And
I click on "Sign In"
00:00:00.089
Then
I should be logged in
00:00:00.658
@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.196
And
I enter "admin" as "desiredpassword"
00:00:00.096
And
I enter "admin" as "desiredpasswordConfirm"
00:00:00.070
And
I click on "Update"
00:00:00.072
Then
I should see a "User information updated" text
00:00:00.075
When
I sign out
00:00:00.320
And
I enter "admin" as "username"
00:00:00.071
And
I enter "admin" as "password"
00:00:00.072
And
I click on "Sign In"
00:00:00.075
Then
I should be logged in
00:00:00.687
When
I follow the left menu "Home > User Account > My Account"
00:00:00.174
And
I enter "A" as "desiredpassword"
00:00:00.067
And
I enter "A" as "desiredpasswordConfirm"
00:00:00.072
And
I click on "Update"
00:00:00.340
Then
I should see a "Passwords must be at least 4 characters." text
00:00:00.074
When
I sign out
00:00:00.324
And
I enter "admin" as "username"
00:00:00.072
And
I enter "A" as "password"
00:00:00.065
And
I click on "Sign In"
00:00:00.075
Then
I should not be authorized
00:00:10.000