-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.7.6, 2.8.4, 2.9
-
MOODLE_27_STABLE, MOODLE_28_STABLE, MOODLE_29_STABLE
-
wip-mdl-49436
-
Easy
-
After checking admin/tool/behat/index.php I've seen that we are introducing new regular expressions without providing any info about what users are required to fill in the placeholders (https://docs.moodle.org/dev/Acceptance_testing#Providing_values_to_steps)
Checking the new step definitions regex format is part of the check list: https://docs.moodle.org/dev/Acceptance_testing#Check_list
Examples:
- I select the text in the "([^"]*)" Atto editor
- I choose options "(?:,"(?:[^"]|
")")*) from "CHOICE_ACTIVITY_STRING" choice activity - ....
- Discovered while testing
-
MDL-67687 Add Behat step to verify WCAG A and WCAG AA compliance
-
- Closed
-