Support PyStringNode for fillField in Dictionary
This commit is contained in:
@@ -170,6 +170,7 @@ trait MinkDictionary
|
||||
* 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:$/
|
||||
* @When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)"$/
|
||||
*/
|
||||
public function fillField($field, $value)
|
||||
|
||||
Reference in New Issue
Block a user