removed FeatureContext as we don't need it anymore
This commit is contained in:
@@ -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");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user