isNextStepButtonUnavailable() 공개 메소드

예제 #1
0
 /**
  * @Then I should not be able to complete the payment step
  */
 public function iShouldNotBeAbleToCompleteThePaymentStep()
 {
     Assert::true($this->selectPaymentPage->isNextStepButtonUnavailable(), 'The "next step" button should be disabled.');
 }