You are here

public function FeatureContext::iFillInWithAndSelect in Open Social 8.2

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

File

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

Class

FeatureContext
Defines application features from the specific context.

Code

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