mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-73335 mod_quiz: Fix behat tests
This commit is contained in:
parent
b4c322fc80
commit
8f6c052717
1 changed files with 1 additions and 3 deletions
|
@ -137,9 +137,7 @@ Feature: Allow students to redo questions in a practice quiz, without starting a
|
||||||
And user "student" has attempted "Quiz 2" with responses:
|
And user "student" has attempted "Quiz 2" with responses:
|
||||||
| slot | response |
|
| slot | response |
|
||||||
| 1 | J.K.Rowling |
|
| 1 | J.K.Rowling |
|
||||||
And I am on the "Quiz 2" "mod_quiz > View" page logged in as "teacher"
|
And I am on the "Quiz 2" "mod_quiz > Manual grading report" page logged in as "teacher"
|
||||||
And I navigate to "Results" in current page administration
|
|
||||||
And I select "Manual grading" from the "jump" singleselect
|
|
||||||
And I follow "Also show questions that have been graded automatically"
|
And I follow "Also show questions that have been graded automatically"
|
||||||
When I click on "update grades" "link" in the "SA1" "table_row"
|
When I click on "update grades" "link" in the "SA1" "table_row"
|
||||||
Then I set the field "Comment" to "I have adjusted your mark to 1.0"
|
Then I set the field "Comment" to "I have adjusted your mark to 1.0"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue