You are here

public function FeatureContext::iSaveBlockPlacement in Accordion Blocks 8

@When I Save Block Placement

File

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

Class

FeatureContext
Defines application features from the specific context.

Code

public function iSaveBlockPlacement() {
  $this
    ->getSession()
    ->wait(100, "jQuery('.ui-dialog-buttonset.form-actions button').click()");
}