-
Improvement
-
Resolution: Fixed
-
Minor
-
2.7.6, 2.8.4
-
MOODLE_27_STABLE, MOODLE_28_STABLE
-
MOODLE_29_STABLE
-
Suppose you have nested lists like
- Outer list item
- Inner item 1
- Inner item 2
Then Behat steps like
Then "Inner item 2" "list_item" ...
will acutally match the Outer list item, since it looks for the first list item that contains "Inner item 2".
I have a fix ni hand.
The same applies to table_row.