MDL-49412 core_auth: Fix behat failures

Part of MDL-45774.
This commit is contained in:
Simey Lameze 2015-04-02 13:33:20 +08:00 committed by Adrian Greeve
parent f614731e0b
commit f5da794c25

View File

@ -17,7 +17,7 @@ Feature: Authentication
Given the following "users" exist:
| username | password | firstname | lastname | email |
| testuser | testuser | Test | User | moodle@moodlemoodle.com |
And I am on homepage
And I am on site homepage
When I follow "Log in"
And I set the field "Username" to "testuser"
And I set the field "Password" to "testuser"
@ -28,7 +28,7 @@ Feature: Authentication
Given the following "users" exist:
| username | password | firstname | lastname | email |
| testuser | testuser | Test | User | moodle@moodlemoodle.com |
And I am on homepage
And I am on site homepage
When I follow "Log in"
And I set the field "Username" to "testuser"
And I set the field "Password" to "unexisting"