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 ---------