-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Fix a Behat test which broke after Moodle core upstream changes
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -187,7 +187,7 @@ Feature: Checking that all LDAP (Sync Plus) specific settings are working | |
| Username | user01 | | ||
| Choose an authentication method | ldap_syncplus | | ||
| First name | Foo | | ||
| Surname | Bar | | ||
| Last name | Bar | | ||
| Email address | foo@bar.com | | ||
| New password | Hello!123 | | ||
And I press "Create user" | ||
|
@@ -196,7 +196,7 @@ Feature: Checking that all LDAP (Sync Plus) specific settings are working | |
And I click on "Edit" "link" in the "User 01" "table_row" | ||
And the field "Username" matches value "user01" | ||
And the field "First name" matches value "User" | ||
And the field "Surname" matches value "01" | ||
And the field "Last name" matches value "01" | ||
And the field "Email address" matches value "[email protected]" | ||
|
||
Scenario: First login via email should be possible without an existing Moodle account | ||
|
@@ -230,7 +230,7 @@ Feature: Checking that all LDAP (Sync Plus) specific settings are working | |
And I click on "Edit" "link" in the "User 01" "table_row" | ||
And I set the following fields to these values: | ||
| First name | Foo | | ||
| Surname | Bar | | ||
| Last name | Bar | | ||
| Email address | foo@bar.com | | ||
And I press "Update profile" | ||
And I navigate to "Users > Accounts > Browse list of users" in site administration | ||
|
@@ -243,5 +243,5 @@ Feature: Checking that all LDAP (Sync Plus) specific settings are working | |
And I click on "Edit" "link" in the "User 01" "table_row" | ||
And the field "Username" matches value "user01" | ||
And the field "First name" matches value "User" | ||
And the field "Surname" matches value "01" | ||
And the field "Last name" matches value "01" | ||
And the field "Email address" matches value "[email protected]" |