Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTP-4148 Fix: Not enough params to retrieve course #41

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading