[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 @core @core_user 2 Feature: Enable/disable password field based on authentication selected. 3 In order edit a user password properly 4 As an admin 5 I need to be able to notice if the change in password is allowed by athuentication plugin or not 6 7 @javascript 8 Scenario: Verify the password field is enabled/disabled based on authentication selected, in user edit advanced page. 9 Given I log in as "admin" 10 And I click on "Dashboard" "link" in the "Navigation" "block" 11 When I navigate to "Add a new user" node in "Site administration > Users > Accounts" 12 Then the "newpassword" "field" should be enabled 13 And I set the field "auth" to "Web services authentication" 14 And the "newpassword" "field" should be disabled 15 And I set the field "auth" to "Email-based self-registration" 16 And the "newpassword" "field" should be enabled 17 # We need to cancel/submit a form that has been modified. 18 And I press "Create user"
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |