Beispiel #1
0
 /**
  * @Given I should see shipping method :shippingMethodName with fee :fee
  */
 public function iShouldSeeShippingFee($shippingMethodName, $fee)
 {
     Assert::true($this->shippingPage->hasShippingMethodFee($shippingMethodName, $fee), sprintf('The shipping fee should be %s, but it does not.', $fee));
 }