From f95b36ddd571c4e3b2da480295942d6a2cd40232 Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Tue, 28 Feb 2017 01:53:44 +1100 Subject: [PATCH] Added for multiline field value assertion using PyStrings. --- src/Behat/MinkExtension/Context/MinkContext.php | 1 + 1 file changed, 1 insertion(+) 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) {