You are here

public function PanelsSubContext::waitForIpeToDeactivate in Panopoly 8.2

Same name and namespace in other branches
  1. 7 modules/panopoly/panopoly_test/behat/steps/panopoly_test_panels.behat.inc \PanelsSubContext::waitForIPEtoDeactivate()

Wait until the Panels IPE is deactivated.

@When I wait for the Panels IPE to deactivate

File

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

Class

PanelsSubContext
Behat sub-context for Panels.

Code

public function waitForIpeToDeactivate() {

  // @todo Implement for Drupal 8!
}