Exemplo n.º 1
0
 /**
  * @param string $filterName
  *
  * @Then /^I expand the "([^"]*)" sidebar$/
  */
 public function iExpandTheCategoriesSidebar($filterName)
 {
     $this->datagrid->expandFilter($filterName);
 }