From 3d2c7a36c8d5bb343287ee882b041099953f41fe Mon Sep 17 00:00:00 2001 From: madmatt Date: Thu, 19 Dec 2013 17:02:10 +1300 Subject: [PATCH] Update README.md Fix regex difference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f11337..80c1dd7 100644 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ It's based on the `vendor/bin/behat -di @cms` output. Then /^the "(?P([^"]*))" HTML field should contain "(?P([^"]*))"$/ - When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" dropdown with "(?P(?:[^"]|\\")*)"$/ + When /^(?:|I )fill in the "(?P(?:[^"]|\\")*)" dropdown with "(?P(?:[^"]|\\")*)"$/ - Workaround for chosen.js dropdowns or tree dropdowns which hide the original dropdown field. When /^(?:|I )fill in "(?P(?:[^"]|\\")*)" for "(?P(?:[^"]|\\")*)" dropdown$/