Skip to content

Instantly share code, notes, and snippets.

@linclark
Created November 24, 2013 17:13
Show Gist options
  • Save linclark/7629613 to your computer and use it in GitHub Desktop.
Save linclark/7629613 to your computer and use it in GitHub Desktop.
Step definition for search step, added to FeatureContext.php
/**
* @When /^I search for "([^"]*)"$/
*/
public function iSearchFor($arg1)
{
$this->fillField('Search Drupal.org', $arg1);
$this->pressButton('Search');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment