From f14c2d35b60d8e63ccb3c0e6b8d050df7373c692 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Thu, 9 May 2024 11:32:54 +0800 Subject: [PATCH] MDL-81713 mod_quiz: Use accessible fieldset name for Behat test --- mod/quiz/tests/behat/editing_add_random.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/tests/behat/editing_add_random.feature b/mod/quiz/tests/behat/editing_add_random.feature index 7c66c53a5a7..f62410480f5 100644 --- a/mod/quiz/tests/behat/editing_add_random.feature +++ b/mod/quiz/tests/behat/editing_add_random.feature @@ -98,7 +98,7 @@ Feature: Adding random questions to a quiz based on category and tags When I open the "last" add to quiz menu And I follow "a random question" And I follow "New category" - And "Help with Parent category" "icon" should exist in the "id_newcategoryheader" "fieldset" + And "Help with Parent category" "icon" should exist in the "Random question using a new category" "fieldset" And I set the following fields to these values: | Name | New Random category | | Parent category | Default for Quiz 1 |