mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Behat: Allow quoted HTML in assertion
This commit is contained in:
parent
35a32d608d
commit
fde6b65769
@ -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)
|
public function theHtmlFieldShouldContain($locator, $html)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user