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