You are here

public function FeatureContext::iWaitForTheFieldItemsToAppear in Accordion Blocks 8

@When I wait for the field items to appear

File

tests/features/bootstrap/FeatureContext.php, line 54

Class

FeatureContext
Defines application features from the specific context.

Code

public function iWaitForTheFieldItemsToAppear() {
  $this
    ->getSession()
    ->wait(5000, "jQuery('input[name=\"field_blocks[2][target_id]\"]').length > 0");
}