From 8e1fcc268a1e84a52b1bb82681fa0c3139e6acf8 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Fri, 24 Nov 2023 10:59:39 +0800 Subject: [PATCH] MDL-80243 behat: make completion step more specific Credit goes to Matthias Opitz --- completion/tests/behat/default_activity_completion.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion/tests/behat/default_activity_completion.feature b/completion/tests/behat/default_activity_completion.feature index 892fbb23214..ac14b036ebc 100644 --- a/completion/tests/behat/default_activity_completion.feature +++ b/completion/tests/behat/default_activity_completion.feature @@ -29,7 +29,7 @@ Feature: Allow teachers to edit the default activity completion rules in a cours And I set the field "Course completion tertiary navigation" to "Default activity completion" And I click on "Expand Assignment" "button" And I set the following fields to these values: - | Add requirements | 1 | + | id_completion_assign_2 | 1 | | completionview_assign | 1 | | completionusegrade_assign | 1 | | completionsubmit_assign | 1 |