hasNoAvailablePaymentMethodsWarning() публичный Метод

public hasNoAvailablePaymentMethodsWarning ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * @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.');
 }