Ayaline\Bundle\ComposerBundle\Features\FeatureContext::waitUntilTheDownloadButtonShowsUp PHP Method

waitUntilTheDownloadButtonShowsUp() public method

    public function waitUntilTheDownloadButtonShowsUp()
    {
        $this->getSession()->wait(25000, '$("#download-link").is(":visible")');
    }