mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
Merge branch 'MDL-56040-master' of https://github.com/StudiUM/moodle
This commit is contained in:
commit
ec91fe32c3
@ -68,7 +68,7 @@ Feature: Add and configure blocks throughout the site
|
|||||||
And I add the "HTML" block
|
And I add the "HTML" block
|
||||||
And I configure the "(new HTML block)" block
|
And I configure the "(new HTML block)" block
|
||||||
And I set the following fields to these values:
|
And I set the following fields to these values:
|
||||||
| Block title | Foo " onload="document.getElementsByTagName('body')[0].remove()" alt="
|
| Block title | Foo " onload="document.getElementsByTagName('body')[0].remove()" alt=" |
|
||||||
| Content | Example
|
| Content | Example |
|
||||||
When I press "Save changes"
|
When I press "Save changes"
|
||||||
Then I should see "Course overview"
|
Then I should see "Course overview"
|
||||||
|
@ -10,7 +10,7 @@ Feature: View an outline report
|
|||||||
| Course 1 | C1 | topics |
|
| Course 1 | C1 | topics |
|
||||||
And the following "users" exist:
|
And the following "users" exist:
|
||||||
| username | firstname | lastname | email |
|
| username | firstname | lastname | email |
|
||||||
| teacher1 | Teacher | 1 | teacher1@example.com
|
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||||
| student1 | Student | 1 | student1@example.com |
|
| student1 | Student | 1 | student1@example.com |
|
||||||
| student2 | Student | 2 | student2@example.com |
|
| student2 | Student | 2 | student2@example.com |
|
||||||
And the following "course enrolments" exist:
|
And the following "course enrolments" exist:
|
||||||
|
@ -10,7 +10,7 @@ Feature: View the user page for the outline report
|
|||||||
| Course 1 | C1 | topics | 1 |
|
| Course 1 | C1 | topics | 1 |
|
||||||
And the following "users" exist:
|
And the following "users" exist:
|
||||||
| username | firstname | lastname | email |
|
| username | firstname | lastname | email |
|
||||||
| teacher1 | Teacher | 1 | teacher1@example.com
|
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||||
| student1 | Student | 1 | student1@example.com |
|
| student1 | Student | 1 | student1@example.com |
|
||||||
And the following "course enrolments" exist:
|
And the following "course enrolments" exist:
|
||||||
| user | course | role |
|
| user | course | role |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user