diff --git a/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature b/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature index 637bdc47a7cc1..61b3df35d4f8f 100644 --- a/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature +++ b/mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature @@ -7,14 +7,14 @@ Feature: In an assignment, teacher can annotate PDF files during grading @javascript Scenario: Submit a PDF file as a student and annotate the PDF as a teacher Given ghostscript is installed - And the following "courses" exists: + And the following "courses" exist: | fullname | shortname | category | groupmode | | Course 1 | C1 | 0 | 1 | - And the following "users" exists: + And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | 1 | teacher1@asd.com | | student1 | Student | 1 | student1@asd.com | - And the following "course enrolments" exists: + And the following "course enrolments" exist: | user | course | role | | teacher1 | C1 | editingteacher | | student1 | C1 | student |