From 8982f5ee9e136ec7a545c3ee64bd4a3626ae7318 Mon Sep 17 00:00:00 2001 From: Angelia Dela Cruz Date: Wed, 30 Apr 2025 10:14:40 +0800 Subject: [PATCH] MDL-85310 qtype: Renamed duplicate scenario names to fix warning --- question/type/multichoice/tests/behat/preview.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/question/type/multichoice/tests/behat/preview.feature b/question/type/multichoice/tests/behat/preview.feature index 9087ab7b947..17917fa3256 100644 --- a/question/type/multichoice/tests/behat/preview.feature +++ b/question/type/multichoice/tests/behat/preview.feature @@ -37,7 +37,7 @@ Feature: Preview a Multiple choice question And I should see "Parts, but only parts, of your response are correct." @javascript @_switch_window - Scenario: Preview a Multiple choice question and submit a correct response. + Scenario: Preview a Multiple choice question and submit multiple correct responses. When I am on the "Multi-choice-001" "core_question > preview" page logged in as teacher And I expand all fieldsets And I set the field "How questions behave" to "Immediate feedback" @@ -53,7 +53,7 @@ Feature: Preview a Multiple choice question And I should see "The correct answers are: One, Three" @javascript @_switch_window - Scenario: Preview a Multiple choice question and submit a correct response. + Scenario: Preview a Multiple choice question and submit a single correct response. When I am on the "Multi-choice-002" "core_question > preview" page logged in as teacher And I expand all fieldsets And I set the field "How questions behave" to "Immediate feedback"