/**
  * @When /^I want to edit (this customer group)$/
  * @When I want to edit the customer group :customerGroup
  */
 public function iWantToEditThisCustomerGroup(CustomerGroupInterface $customerGroup)
 {
     $this->updatePage->open(['id' => $customerGroup->getId()]);
 }