From c2af0e6f3d9817c4714c9b1918413c1bb819c122 Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 5 Aug 2024 11:04:04 +0200 Subject: [PATCH] MOBILE-4616 assign: Fix behats after change done in MDL-80744 --- src/addons/mod/assign/tests/behat/marking_workflow.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/src/addons/mod/assign/tests/behat/marking_workflow.feature b/src/addons/mod/assign/tests/behat/marking_workflow.feature index 2e9b33534..314468d2d 100755 --- a/src/addons/mod/assign/tests/behat/marking_workflow.feature +++ b/src/addons/mod/assign/tests/behat/marking_workflow.feature @@ -44,6 +44,7 @@ Feature: Test marking workflow in assignment activity in app # Mark submissions. And I am on the "Group Assign" "assign activity" page logged in as teacher1 And I follow "View all submissions" + And I change window size to "large" And I click on "Grade" "link" in the "Student1" "table_row" And I set the field "Grade out of 100" to "50" And I set the field "Marking workflow state" to "In review"