public function FeatureContext::iFillNextInWithAndSelect in Open Social 8.4
Same name and namespace in other branches
- 8.9 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 8.3 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 8.5 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 8.6 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 8.7 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 8.8 tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 10.3.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 10.0.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 10.1.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
- 10.2.x tests/behat/features/bootstrap/FeatureContext.php \Drupal\social\Behat\FeatureContext::iFillNextInWithAndSelect()
@Given I fill next in :field with :text and select :item
File
- tests/
behat/ features/ bootstrap/ FeatureContext.php, line 990
Class
- FeatureContext
- Defines application features from the specific context.
Namespace
Drupal\social\BehatCode
public function iFillNextInWithAndSelect($field, $text, $item) {
$this
->fillAutocompleteField($field, $text, $item, TRUE);
}