From 2b42347dda514996ba756ae0825d71cb05528218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 4 Sep 2024 10:22:45 +0200 Subject: [PATCH] MOBILE-4616 behat: Combined Grade action into one step (MDL-80751) --- src/addons/mod/assign/tests/behat/marking_workflow.feature | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/addons/mod/assign/tests/behat/marking_workflow.feature b/src/addons/mod/assign/tests/behat/marking_workflow.feature index dc9963f9d..ff390080e 100755 --- a/src/addons/mod/assign/tests/behat/marking_workflow.feature +++ b/src/addons/mod/assign/tests/behat/marking_workflow.feature @@ -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."