public function PermissionsByTermDrupalSubContext::waitSeconds in Permissions by Term 8.2
@Then /^wait (\d+) seconds$/
File
- tests/
src/ Behat/ Context/ permissions_by_term.behat.inc, line 135
Class
- PermissionsByTermDrupalSubContext
- Class PermissionsByTermContext
Namespace
Drupal\Tests\permissions_by_term\Behat\PermissionsByTermDrupalSubContextCode
public function waitSeconds($secondsNumber) {
$this
->getSession()
->wait($secondsNumber * 1000);
}