Update README.md

Fix regex difference
This commit is contained in:
madmatt 2013-12-19 17:02:10 +13:00
parent 22330d02cb
commit 3d2c7a36c8
1 changed files with 1 additions and 1 deletions

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>([^"]*))"$/
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.
When /^(?:|I )fill in "(?P<value>(?:[^"]|\\")*)" for "(?P<field>(?:[^"]|\\")*)" dropdown$/