diff --git a/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php b/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php index fe3381c23..3b4ff33c7 100644 --- a/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php +++ b/tests/behat/features/bootstrap/SilverStripe/Framework/Test/Behaviour/CmsFormsContext.php @@ -89,7 +89,7 @@ class CmsFormsContext extends BehatContext } /** - * @Then /^the "(?P([^"]*))" HTML field should contain "(?P([^"]*))"$/ + * @Then /^the "(?P([^"]*))" HTML field should contain "(?P.*)"$/ */ public function theHtmlFieldShouldContain($locator, $html) {