From e59e39c78fd4ada535cc408e4e6522194bc453a7 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Fri, 16 Dec 2022 13:07:46 +0000 Subject: [PATCH] MDL-76399 question: switch to appropriate Behat step for selects. --- question/tests/behat/question_categories.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/tests/behat/question_categories.feature b/question/tests/behat/question_categories.feature index 4002921b193..f4b0c887c90 100644 --- a/question/tests/behat/question_categories.feature +++ b/question/tests/behat/question_categories.feature @@ -34,7 +34,7 @@ Feature: A teacher can put questions in categories in the question bank And I press "submitbutton" Then I should see "New Category 1 ID number newcatidnumber (0)" And I should see "Created as a test" in the "New Category 1" "list_item" - And "New Category 1 [newcatidnumber]" "option" should exist in the "Parent category" "select" + And the "Parent category" select box should contain "New Category 1 [newcatidnumber]" Scenario: A question category can be edited When I am on the "Course 1" "core_question > course question categories" page logged in as "teacher1"