-
Bug
-
Resolution: Fixed
-
Minor
-
3.1.4, 3.2.1
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
MOODLE_31_STABLE, MOODLE_32_STABLE
-
wip-mdl-57669-m
-
In MOODLE_31 mod/quiz/tests/behat/editing_section_headings.feature, And I choose "a new section heading" in the open action menu is not defined and behat has been passing.
To get exit code other than 0 for undefined steps, we need to pass --strict option, but then it will fail if we have skipped tests, which is not expected.
Best way is to find if step is undefined afterstep is executed and throw exception.