You are here

public function PermissionsByTermContext::waitSeconds in Permissions by Term 8

@Then /^wait (\d+) seconds$/

File

tests/src/Behat/Context/PermissionsByTermContext.php, line 115

Class

PermissionsByTermContext
Class PermissionsByTermContext

Namespace

Drupal\Tests\permissions_by_term\Behat\Context

Code

public function waitSeconds($secondsNumber) {
  $this
    ->getSession()
    ->wait($secondsNumber * 1000);
}