diff --git a/grade/grading/form/guide/tests/behat/assign_marking_guide.feature b/grade/grading/form/guide/tests/behat/assign_marking_guide.feature index 9336cd303b8..ef8ffce9789 100644 --- a/grade/grading/form/guide/tests/behat/assign_marking_guide.feature +++ b/grade/grading/form/guide/tests/behat/assign_marking_guide.feature @@ -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: diff --git a/grade/grading/form/guide/tests/behat/delete_marking_guide.feature b/grade/grading/form/guide/tests/behat/delete_marking_guide.feature index 06abc20e352..4bbc83d886a 100644 --- a/grade/grading/form/guide/tests/behat/delete_marking_guide.feature +++ b/grade/grading/form/guide/tests/behat/delete_marking_guide.feature @@ -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 | diff --git a/mod/h5pactivity/tests/behat/h5pactivity_grade_settings.feature b/mod/h5pactivity/tests/behat/h5pactivity_grade_settings.feature index 537579a2b1b..a8a3579e9fb 100644 --- a/mod/h5pactivity/tests/behat/h5pactivity_grade_settings.feature +++ b/mod/h5pactivity/tests/behat/h5pactivity_grade_settings.feature @@ -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 | - |