Support PyStringNode for fillField in Dictionary

This commit is contained in:
Peter Schultz
2012-12-06 00:16:37 +01:00
parent 06908e9e6d
commit bec083feb2

View File

@@ -170,6 +170,7 @@ trait MinkDictionary
* Fills in form field with specified id|name|label|value. * Fills in form field with specified id|name|label|value.
* *
* @When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/ * @When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with "(?P<value>(?:[^"]|\\")*)"$/
* @When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" with:$/
* @When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/ * @When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/
*/ */
public function fillField($field, $value) public function fillField($field, $value)