Skip to content

Instantly share code, notes, and snippets.

View chasingmaxwell's full-sized avatar
🤘

Peter Sieg chasingmaxwell

🤘
View GitHub Profile
@IslandUsurper
IslandUsurper / gist:12723643dddc9315ff71
Created March 10, 2015 18:50
Behat Step to select an autocomplete suggestion
<?php
use Behat\Mink\Extension\ElementNotFoundException;
use Drupal\DrupalExtension\Context\DrupalContext;
class FeatureContext extends DrupalContext {
/**
* @When I select the first autocomplete option for :prefix on the :field field
*/