Skip to content

Commit

Permalink
MDL-42025 behat: renamed deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaglancy committed Mar 18, 2014
1 parent 9e103d6 commit 7019e15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/assign/feedback/editpdf/tests/behat/annotate_pdf.feature
Expand Up @@ -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 |
Expand Down

0 comments on commit 7019e15

Please sign in to comment.