MDL-45893 my: Specifically follow My home from block in Behat tests

This commit is contained in:
Frederic Massart 2014-10-08 16:16:01 +08:00
parent 140f46a238
commit dcb59c872c
6 changed files with 12 additions and 12 deletions

View file

@ -7,7 +7,7 @@ Feature: Enable/disable password field based on authentication selected.
@javascript
Scenario: Verify the password field is enabled/disabled based on authentication selected, in user edit advanced page.
Given I log in as "admin"
And I follow "My home"
And I click on "My home" "link" in the "Navigation" "block"
When I navigate to "Add a new user" node in "Site administration > Users > Accounts"
Then the "newpassword" "field" should be enabled
And I set the field "auth" to "Web services authentication"