MDL-80907 behat: Fix incorrect column selectors
This commit is contained in:
@@ -88,7 +88,7 @@ Feature: Display marking guide information to students
|
||||
And I should not see "Grade Critera 2"
|
||||
And I am on the "Course 1" "grades > Grader report > View" page
|
||||
And the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -3- |
|
||||
| -1- | -2- | -3- |
|
||||
| Student 1 | student1@example.com | 90 |
|
||||
And I am on the "Assign 1" "assign activity editing" page
|
||||
And I set the following fields to these values:
|
||||
|
||||
@@ -49,5 +49,5 @@ Feature: Teacher can delete marking guide
|
||||
And I should not see "Criterion 1"
|
||||
And I am on the "Course 1" "grades > Grader report > View" page
|
||||
And the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -3- |
|
||||
| -1- | -2- | -3- |
|
||||
| Student One | student1@example.com | 70 |
|
||||
|
||||
@@ -41,7 +41,7 @@ Feature: Teacher can control h5p activity grading setting
|
||||
And I turn editing mode off
|
||||
# Confirm that grades are not saved when grade entered is > maximum grade.
|
||||
Then the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -3- |
|
||||
| -1- | -2- | -3- |
|
||||
| Student 1 | student1@example.com | - |
|
||||
| Student 2 | student2@example.com | - |
|
||||
| Student 3 | student3@example.com | - |
|
||||
@@ -67,7 +67,7 @@ Feature: Teacher can control h5p activity grading setting
|
||||
And I turn editing mode off
|
||||
# Confirm that corresponding grades are stored for each student.
|
||||
And the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -3- |
|
||||
| -1- | -2- | -3- |
|
||||
| Student 1 | student1@example.com | 10 |
|
||||
| Student 2 | student2@example.com | 5 |
|
||||
| Student 3 | student3@example.com | 0 |
|
||||
@@ -93,7 +93,7 @@ Feature: Teacher can control h5p activity grading setting
|
||||
And I turn editing mode off
|
||||
# Confirm that scale set for student is successfully saved.
|
||||
Then the following should exist in the "user-grades" table:
|
||||
| -1- | -1- | -3- |
|
||||
| -1- | -2- | -3- |
|
||||
| Student 1 | student1@example.com | Not yet competent |
|
||||
| Student 2 | student2@example.com | Competent |
|
||||
| Student 3 | student3@example.com | - |
|
||||
|
||||
Reference in New Issue
Block a user