isNextStepButtonUnavailable() public method

コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @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.');
 }