Ejemplo n.º 1
0
 /**
  * @Then my order shipping should be :price
  */
 public function myOrderShippingShouldBe($price)
 {
     Assert::true($this->summaryPage->hasShippingTotal($price), sprintf('The shipping total should be %s, but it is not.', $price));
 }