diff --git a/src/Behat/MinkExtension/Context/MinkContext.php b/src/Behat/MinkExtension/Context/MinkContext.php index b1f500a4..2cd6451e 100644 --- a/src/Behat/MinkExtension/Context/MinkContext.php +++ b/src/Behat/MinkExtension/Context/MinkContext.php @@ -430,6 +430,7 @@ public function assertElementNotOnPage($element) * Example: And the "username" field should contain "bwayne" * * @Then /^the "(?P(?:[^"]|\\")*)" field should contain "(?P(?:[^"]|\\")*)"$/ + * @Then /^the "(?P(?:[^"]|\\")*)" field should contain:$/ */ public function assertFieldContains($field, $value) {