From aa0f0a20128e19fd3d4cda821e48352b5fb44bbb Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Mon, 25 Nov 2024 10:17:28 +0100 Subject: [PATCH] MOBILE-4653 behat: Fix behats due to MDL-71378 change --- src/addons/mod/quiz/tests/behat/basic_usage.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/mod/quiz/tests/behat/basic_usage.feature b/src/addons/mod/quiz/tests/behat/basic_usage.feature index d5ddab63b..f8d5939da 100755 --- a/src/addons/mod/quiz/tests/behat/basic_usage.feature +++ b/src/addons/mod/quiz/tests/behat/basic_usage.feature @@ -75,7 +75,7 @@ Feature: Attempt a quiz in app | TF13 | 11 | # TODO rewrite using generators. - And I am on the "Course 1" "core_question > course question bank" page logged in as teacher1 + And I am on the "Quiz 2" "mod_quiz > question bank" page logged in as teacher1 And I add a "Embedded answers (Cloze)" question filling the form with: | Question name | multianswer | | Question text | {1:SHORTANSWER:=Berlin} is the capital of Germany. |