Skip to content

Commit

Permalink
CTP-4148 Fix: Not enough params to retrieve course
Browse files Browse the repository at this point in the history
Change Behat test to wait for "Your data has been saved" message when
teacher saves feedback.
  • Loading branch information
leonstr committed Dec 10, 2024
1 parent 0698138 commit 2056a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/behat/feedback_multiple_assessor_feedback.feature
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Feature: Multiple assessors simple grading form
And I set the field "Grade" to "52"
And I set the feedback comment to "Some new comment 3"
And I click on "Save and finalise" "button"
And I wait "1" seconds
And I wait until "OK" "button" exists
And I visit the edit feedback page
And the field "Grade" matches value "52"
And the field "Comment" matches value "Some new comment 3"
Expand Down

0 comments on commit 2056a83

Please sign in to comment.