Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.7.6, 2.8.4
-
Fix Version/s: 2.9
-
Component/s: Automated functional tests (behat)
-
Testing Instructions:
-
Affected Branches:MOODLE_27_STABLE, MOODLE_28_STABLE
-
Fixed Branches:MOODLE_29_STABLE
-
Pull from Repository:
-
Pull Master Branch:
-
Pull Master Diff URL:
Description
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.