From f826daaae2165c28ff3b10f0e3c1fc40b3d6d6ef Mon Sep 17 00:00:00 2001 From: Noel De Martin Date: Tue, 13 Jun 2023 09:29:37 +0200 Subject: [PATCH] MOBILE-4362 behat: Fix 3.9 tests --- 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 2692f3354..c785c50ea 100755 --- a/src/addons/mod/assign/tests/behat/marking_workflow.feature +++ b/src/addons/mod/assign/tests/behat/marking_workflow.feature @@ -2,7 +2,8 @@ Feature: Test marking workflow in assignment activity in app Background: - Given the following "users" exist: + Given the Moodle site is compatible with this feature + And the following "users" exist: | username | firstname | lastname | email | | teacher1 | Teacher | teacher | teacher1@example.com | | student1 | Student1 | student1 | student1@example.com | @@ -21,7 +22,7 @@ Feature: Test marking workflow in assignment activity in app | student3 | C1 | student | | student4 | C1 | student | | student5 | C1 | student | - And the following "groups" exist: + And the following "groups" exist: | name | course | idnumber | | Group 1 | C1 | G1 | | Group 2 | C1 | G2 |