public function FeatureContext::iWaitForTheSuggestionBoxToAppear in Accordion Blocks 8
@Then /^I wait for the suggestion box to appear$/
File
- tests/
features/ bootstrap/ FeatureContext.php, line 44
Class
- FeatureContext
- Defines application features from the specific context.
Code
public function iWaitForTheSuggestionBoxToAppear() {
$this
->getSession()
->wait(5000, "jQuery('.ui-dialog.ui-widget').length > 0");
}