hasNoAvailablePaymentMethodsWarning() public method

コード例 #1
0
ファイル: CheckoutContext.php プロジェクト: starspire/Sylius
 /**
  * @Then there should be information about no payment methods available for my order
  */
 public function thereShouldBeInformationAboutNoPaymentMethodsAvailableForMyOrder()
 {
     Assert::true($this->selectPaymentPage->hasNoAvailablePaymentMethodsWarning(), 'There should be warning about no available payment methods, but it does not.');
 }