Skip to content

Commit 2b42347

Browse files
committed
MOBILE-4616 behat: Combined Grade action into one step (MDL-80751)
1 parent c609330 commit 2b42347

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/addons/mod/assign/tests/behat/marking_workflow.feature

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,16 @@ Feature: Test marking workflow in assignment activity in app
4545
And I am on the "Group Assign" "assign activity" page logged in as teacher1
4646
And I navigate to "Submissions" in current page administration
4747
And I change window size to "large"
48-
And I click on "Grade" "link" in the "Student1" "table_row"
48+
And I go to "Student1" "Group Assign" activity advanced grading page
49+
4950
And I set the field "Grade out of 100" to "50"
5051
And I set the field "Marking workflow state" to "In review"
5152
And I set the field "Feedback comments" to "Great job! Lol, not really."
5253
And I set the field "Notify student" to "0"
5354
And I press "Save changes"
5455
And I am on the "Group Assign" "assign activity" page
5556
And I navigate to "Submissions" in current page administration
56-
And I click on "Grade" "link" in the "Student3" "table_row"
57+
And I go to "Student3" "Group Assign" activity advanced grading page
5758
And I set the field "Grade out of 100" to "30"
5859
And I set the field "Marking workflow state" to "Released"
5960
And I set the field "Feedback comments" to "Needs to be improved."

0 commit comments

Comments
 (0)