From a77829094c3475b4826a53331281bc14852d0a28 Mon Sep 17 00:00:00 2001 From: everzet Date: Mon, 7 May 2012 14:16:05 +0200 Subject: [PATCH] added concrete FeatureContext example --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 85d7c41..301d802 100755 --- a/README.md +++ b/README.md @@ -78,6 +78,25 @@ be automatically called **immediately after** each context creation before each this `$mink` instance will be preconfigured based on the settings you've provided in your `behat.yml`. +Concrete `FeatureContext` example: + +``` php +getSession()->wait(5000, "$('.suggestions-results').children().length > 0"); + } +} +``` + Copyright ---------