Exemplo n.º 1
0
 /**
  * @param string $optionNames
  * @param string $filterName
  *
  * @throws ExpectationException
  *
  * @Then /^I should see options? "([^"]*)" in filter "([^"]*)"$/
  */
 public function iShouldSeeOptionInFilter($optionNames, $filterName)
 {
     $optionNames = $this->getMainContext()->listToArray($optionNames);
     $this->datagrid->checkOptionInFilter($optionNames, $filterName);
 }