/**
  * @When I switch the way products are sorted by :field
  * @When I start sorting products by :field
  * @Given the products are already sorted by :field
  */
 public function iSortProductsBy($field)
 {
     $this->indexPage->sortBy($field);
 }