From ffe4a99adbbd5f534f3c1ccecb89f46cb1ce6cc5 Mon Sep 17 00:00:00 2001 From: Michael Hawkins Date: Fri, 30 Apr 2021 17:26:05 +0800 Subject: [PATCH] MDL-71401 mod_glossary: Update completion behat to test all changes --- mod/glossary/tests/behat/glossary_activity_completion.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mod/glossary/tests/behat/glossary_activity_completion.feature b/mod/glossary/tests/behat/glossary_activity_completion.feature index a5a0484380f..fc4f51adda0 100644 --- a/mod/glossary/tests/behat/glossary_activity_completion.feature +++ b/mod/glossary/tests/behat/glossary_activity_completion.feature @@ -68,6 +68,9 @@ Feature: View activity completion in the glossary activity | Concept | Blast beats | | Definition | Repeated fast tempo hits combining bass, snare and cymbal | And I press "Save changes" + And the "View" completion condition of "Music history" is displayed as "done" + And the "Make entries: 1" completion condition of "Music history" is displayed as "done" + And the "Receive a grade" completion condition of "Music history" is displayed as "todo" And I log out And I log in as "teacher1" And I am on "Course 1" course homepage -- 2.11.4.GIT