Example #1
0
 /**
  * @When /^I browse products from (taxon "([^"]+)")$/
  */
 public function iCheckListOfProductsForTaxon(TaxonInterface $taxon)
 {
     $this->taxonShowPage->open(['permalink' => $taxon->getPermalink()]);
 }