mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-49412 core_auth: Fix behat failures
Part of MDL-45774.
This commit is contained in:
parent
f614731e0b
commit
f5da794c25
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user