/**
  * @Then this shipping category name should be :shippingCategoryName
  */
 public function thisShippingCategoryNameShouldBe($shippingCategoryName)
 {
     Assert::true($this->updatePage->hasResourceValues(['name' => $shippingCategoryName]), sprintf('Shipping category should have name %s, but it does not.', $shippingCategoryName));
 }