Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.9, 2.9.1
-
MOODLE_29_STABLE
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
wip-mdl-50940
-
Description
There is a function:
Given I set the field with xpath "FIELDXPATH_STRING" to "FIELD_VALUE_STRING"
and a function:
Then the field "FIELD_STRING" matches value "FIELD_VALUE_STRING"
So really there should be a function:
Then the field with xpath "FIELDXPATH_STRING" matches value "FIELD_VALUE_STRING"
to allow you to check the value of form fields based targeted by xpath