You are here

public function PanelsSubContext::waitForBlockFormInIpe in Panopoly 8.2

Waits for IPE to load.

@When I wait for the block form to load in the Panels IPE

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test_panels.behat.inc, line 104
Provide Behat step-definitions for Panels.

Class

PanelsSubContext
Behat sub-context for Panels.

Code

public function waitForBlockFormInIpe() {
  $this
    ->checkVisible("form.panels-ipe-block-plugin-form");
}