Behat: Allow quoted HTML in assertion

This commit is contained in:
Ingo Schommer 2013-09-14 18:27:39 +02:00
parent 35a32d608d
commit fde6b65769

View File

@ -89,7 +89,7 @@ class CmsFormsContext extends BehatContext
}
/**
* @Then /^the "(?P<locator>([^"]*))" HTML field should contain "(?P<html>([^"]*))"$/
* @Then /^the "(?P<locator>([^"]*))" HTML field should contain "(?P<html>.*)"$/
*/
public function theHtmlFieldShouldContain($locator, $html)
{