mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 07:39:54 +02:00
MDL-56040 behat: Fixing missing "|" in tables
This commit is contained in:
parent
26162efe4a
commit
32a904e0a5
3 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ Feature: View an outline report
|
|||
| Course 1 | C1 | topics |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
| student2 | Student | 2 | student2@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
|
|
|
@ -10,7 +10,7 @@ Feature: View the user page for the outline report
|
|||
| Course 1 | C1 | topics | 1 |
|
||||
And the following "users" exist:
|
||||
| username | firstname | lastname | email |
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com
|
||||
| teacher1 | Teacher | 1 | teacher1@example.com |
|
||||
| student1 | Student | 1 | student1@example.com |
|
||||
And the following "course enrolments" exist:
|
||||
| user | course | role |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue