MOBILE-4616 behat: Combined Grade action into one step (MDL-80751)

main
Pau Ferrer Ocaña 2024-09-04 10:22:45 +02:00
parent c609330cce
commit 2b42347dda
1 changed files with 3 additions and 2 deletions

View File

@ -45,7 +45,8 @@ Feature: Test marking workflow in assignment activity in app
And I am on the "Group Assign" "assign activity" page logged in as teacher1
And I navigate to "Submissions" in current page administration
And I change window size to "large"
And I click on "Grade" "link" in the "Student1" "table_row"
And I go to "Student1" "Group Assign" activity advanced grading page
And I set the field "Grade out of 100" to "50"
And I set the field "Marking workflow state" to "In review"
And I set the field "Feedback comments" to "Great job! Lol, not really."
@ -53,7 +54,7 @@ Feature: Test marking workflow in assignment activity in app
And I press "Save changes"
And I am on the "Group Assign" "assign activity" page
And I navigate to "Submissions" in current page administration
And I click on "Grade" "link" in the "Student3" "table_row"
And I go to "Student3" "Group Assign" activity advanced grading page
And I set the field "Grade out of 100" to "30"
And I set the field "Marking workflow state" to "Released"
And I set the field "Feedback comments" to "Needs to be improved."