MDL-56614 behat: Fixed steps to use new definition

This commit is contained in:
Rajesh Taneja 2016-12-07 07:10:35 +08:00
parent be1b12490e
commit 9bad658aaf
No known key found for this signature in database
GPG key ID: B363F7FB787F80E4
8 changed files with 20 additions and 20 deletions

View file

@ -33,7 +33,7 @@ Feature: We can bulk insert grades for students in a course
Given I log in as "teacher1"
And I follow "Course 1"
And I follow "Test assignment one"
And I go to "View all submissions" in current page administration
And I navigate to "View all submissions" in current page administration
And I click on "Grade" "link" in the "Student 1" "table_row"
And I set the following fields to these values:
| Grade out of 100 | 50 |
@ -74,7 +74,7 @@ Feature: We can bulk insert grades for students in a course
Given I log in as "teacher1"
And I follow "Course 1"
And I follow "Test assignment two"
And I go to "View all submissions" in current page administration
And I navigate to "View all submissions" in current page administration
And I click on "Grade" "link" in the "Student 1" "table_row"
And I set the following fields to these values:
| Grade out of 100 | 50 |