Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.5.8, 3.6.6, 3.7.2
-
Component/s: Automated functional tests (behat), Questions
-
Testing Instructions:
-
Affected Branches:MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
Fixed Branches:MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
Pull from Repository:
-
Pull 3.5 Branch:
MDL-66821_35 -
Pull 3.5 Diff URL:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
MDL-66816 is, I hope, going to change the question bank UI for the better.
However, that is going to break quite a lot of Behat tests, not just in core, but in plugins.
Therefore, we need to replace the old specific Behat code:
When I click on "Duplicate" "link" in the "Test question to be copied" "table_row"
with something that can be maintained, like
When I "Duplicate" the "Test question to be copied" question in the question bank
Because this will Behat tests for plugins, and because a lot of question type plugin authors like to use one branch for all Moodle versions, then we need to backport the Behat fix, so I am doing it in a separate issue.