Ayaline\Bundle\ComposerBundle\Features\FeatureContext::iPressAfterItIsReady PHP Méthode

iPressAfterItIsReady() public méthode

public iPressAfterItIsReady ( $buttonLabel )
    public function iPressAfterItIsReady($buttonLabel)
    {
        $this->getSession()->wait(7000, '!$("button").hasClass("disabled")');
        return new When("I press \"{$buttonLabel}\"");
    }