Merge branch 'MDL-84249-401' of https://github.com/lameze/moodle into MOODLE_401_STABLE

This commit is contained in:
Huong Nguyen
2025-01-23 09:03:17 +07:00
2 changed files with 3 additions and 4 deletions
@@ -134,5 +134,4 @@ Feature: Workshop submission and assessment
And I am on the TestWorkshop "workshop activity" page logged in as student1
Then I should see "Your submission with assessments"
@javascript
Scenario: Add and assess submissions in workshop with javascript enabled
Scenario: As a teacher I can assess submissions in workshop
@@ -1,4 +1,4 @@
@mod @mod_workshop @core_completion @javascript
@mod @mod_workshop @core_completion
Feature: Workshop submission and assessment with pass grade activity completion
Background:
@@ -107,7 +107,7 @@ Feature: Workshop submission and assessment with pass grade activity completion
And I press "Re-calculate grades"
And I change phase in workshop "TestWorkshop" to "Closed"
Scenario: Add and assess submissions in workshop with javascript enabled
Scenario: As teacher, I can see the completion status of students in the workshop activity
And I am on the "Course1" course page logged in as student1
And the "Receive a grade" completion condition of "TestWorkshop" is displayed as "done"
And the "Receive a passing grade" completion condition of "TestWorkshop" is displayed as "failed"