removed FeatureContext as we don't need it anymore

This commit is contained in:
everzet
2012-05-11 00:43:38 +02:00
parent 641157b050
commit e16d0751ea

View File

@@ -1,14 +0,0 @@
<?php
use Behat\MinkExtension\Context\MinkContext;
class FeatureContext extends MinkContext
{
/**
* @Then /^I wait for the suggestion box to appear$/
*/
public function iWaitForTheSuggestionBoxToAppear()
{
$this->getSession()->wait(5000, "$('.suggestions-results').children().length > 0");
}
}