Update README.md

Fix regex difference
This commit is contained in:
madmatt 2013-12-19 17:02:10 +13:00
parent 22330d02cb
commit 3d2c7a36c8

View File

@ -518,7 +518,7 @@ It's based on the `vendor/bin/behat -di @cms` output.
Then /^the "(?P<locator>([^"]*))" HTML field should contain "(?P<html>([^"]*))"$/ Then /^the "(?P<locator>([^"]*))" HTML field should contain "(?P<html>([^"]*))"$/
When /^(?:|I )fill in "(?P<field>(?:[^"]|\\")*)" dropdown with "(?P<value>(?:[^"]|\\")*)"$/ When /^(?:|I )fill in the "(?P<field>(?:[^"]|\\")*)" dropdown with "(?P<value>(?:[^"]|\\")*)"$/
- Workaround for chosen.js dropdowns or tree dropdowns which hide the original dropdown field. - Workaround for chosen.js dropdowns or tree dropdowns which hide the original dropdown field.
When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)" dropdown$/ When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)" dropdown$/