/**
  * @Then the province in the billing address should be :provinceName
  */
 public function theProvinceInTheShippingBillingShouldBe($provinceName)
 {
     Assert::true($this->showPage->hasBillingProvinceName($provinceName), sprintf('Cannot find shipping address with province %s', $provinceName));
 }