mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 01:16:44 +02:00
MDL-45893 my: Specifically follow My home from block in Behat tests
This commit is contained in:
parent
140f46a238
commit
dcb59c872c
6 changed files with 12 additions and 12 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue