You are here

public function FeatureContext::iFillNextInWithAndSelect in Open Social 8.2

@Given I fill next in :field with :text and select :item

File

tests/behat/features/bootstrap/FeatureContext.php, line 988

Class

FeatureContext
Defines application features from the specific context.

Code

public function iFillNextInWithAndSelect($field, $text, $item) {
  $this
    ->fillAutocompleteField($field, $text, $item, TRUE);
}