From 5dbded532a4d442e717459e2c81bf0d59a9ec0e3 Mon Sep 17 00:00:00 2001 From: hieuvu Date: Mon, 16 Dec 2024 15:48:08 +0700 Subject: [PATCH] MDL-82273 core_question: Fix behat failed --- .../behat/filter_questions_combined_conditions.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/question/tests/behat/filter_questions_combined_conditions.feature b/question/tests/behat/filter_questions_combined_conditions.feature index 18098e764f2..4ac46ea990a 100644 --- a/question/tests/behat/filter_questions_combined_conditions.feature +++ b/question/tests/behat/filter_questions_combined_conditions.feature @@ -71,13 +71,13 @@ Feature: The questions in the question bank can be filtered by combine various c And I should not see "question 4 name" in the "categoryquestions" "table" @javascript - Scenario: Filtered category should be kept when we create new question. + Scenario: Filtered category should be kept when we create new question Given I apply question bank filter "Category" with value "Test questions 3" And I should not see "question 1 name" And I should not see "question 2 name" And I click on "Create a new question" "button" - And I click on "True/False" "text" - And I click on "submitbutton" "button" + And I set the field "True/False" to "1" + And I click on "Add" "button" in the "Choose a question type to add" "dialogue" And the following fields match these values: | Category | Test questions 3 | And I set the following fields to these values: