forked from moodle-an-hochschulen/moodle-local_bulkenrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Behat tests which broke on Moodle 4.3.
- Loading branch information
Showing
4 changed files
with
16 additions
and
15 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
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 |
---|---|---|
|
@@ -38,7 +38,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|
@@ -66,7 +66,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|
@@ -100,7 +100,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|
@@ -131,7 +131,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|
@@ -166,7 +166,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|
@@ -186,7 +186,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|
@@ -198,7 +198,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
foo | ||
|
@@ -213,7 +213,7 @@ Feature: Using the local_bulkenrol plugin for user enrolments | |
When I log in as "teacher1" | ||
And I am on "Course 1" course homepage | ||
And I select "Participants" from secondary navigation | ||
And I select "User bulk enrolment" from the "jump" singleselect | ||
And I set the field "Participants tertiary navigation" to "User bulk enrolment" | ||
And I set the field "List of e-mail addresses" to multiline: | ||
""" | ||
[email protected] | ||
|