MDL-42025 behat: renamed deprecated method

This commit is contained in:
Marina Glancy 2014-03-18 17:15:36 +08:00
parent 9e103d6e15
commit 7019e15e60

View File

@ -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 |