hasNoAvailableShippingMethodsWarning() public method

Esempio n. 1
0
 /**
  * @Then there should be information about no shipping methods available for my shipping address
  */
 public function thereShouldBeInformationAboutNoShippingMethodsAvailableForMyShippingAddress()
 {
     Assert::true($this->selectShippingPage->hasNoAvailableShippingMethodsWarning(), 'There should be warning about no available shipping methods, but it does not.');
 }