/**
  * @Given I want to create a new customer group
  */
 public function iWantToCreateANewCustomerGroup()
 {
     $this->createPage->open();
 }