You are here

public function TestSubContext::enableManualPanopolyMagicLivePreview in Panopoly 7

Same name and namespace in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc \TestSubContext::enableManualPanopolyMagicLivePreview()

Enable live previews via Panopoly Magic.

@Given Panopoly magic live previews are manual

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc, line 599
Provide Behat step-definitions for generic Panopoly tests.

Class

TestSubContext

Code

public function enableManualPanopolyMagicLivePreview() {
  variable_set('panopoly_magic_live_preview', 2);
}