Sylius\Behat\Page\Shop\Checkout\SelectShippingPageInterface::isNextStepButtonUnavailable PHP Method

isNextStepButtonUnavailable() public method

    public function isNextStepButtonUnavailable();

Usage Example

コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @Then I should not be able to complete the shipping step
  */
 public function iShouldNotBeAbleToCompleteTheShippingStep()
 {
     Assert::true($this->selectShippingPage->isNextStepButtonUnavailable(), 'The next step button should be disabled, but it does not.');
 }