MDL-85310 qtype: Renamed duplicate scenario names to fix warning

This commit is contained in:
Angelia Dela Cruz
2025-04-30 13:32:43 +08:00
committed by andelacruz
parent 5511a18ae5
commit 8982f5ee9e
@@ -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"