From bec083feb26c886c58bd5753090a1bc1287ab662 Mon Sep 17 00:00:00 2001 From: Peter Schultz Date: Thu, 6 Dec 2012 00:16:37 +0100 Subject: [PATCH] Support PyStringNode for fillField in Dictionary --- src/Behat/MinkExtension/Context/MinkDictionary.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Behat/MinkExtension/Context/MinkDictionary.php b/src/Behat/MinkExtension/Context/MinkDictionary.php index a36aef3..e3cbb7a 100644 --- a/src/Behat/MinkExtension/Context/MinkDictionary.php +++ b/src/Behat/MinkExtension/Context/MinkDictionary.php @@ -170,6 +170,7 @@ trait MinkDictionary * Fills in form field with specified id|name|label|value. * * @When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" with "(?P(?:[^"]|\\")*)"$/ + * @When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" with:$/ * @When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" for "(?P(?:[^"]|\\")*)"$/ */ public function fillField($field, $value)