You are here

public function PanelizerIntegrationTest::testIPEIsLoaded in Panelizer 8.4

Tests that the IPE is loaded on the current test route.

File

tests/src/FunctionalJavascript/PanelizerIntegrationTest.php, line 105

Class

PanelizerIntegrationTest
Tests the JavaScript functionality of Panels IPE with Panelizer.

Namespace

Drupal\Tests\panelizer\FunctionalJavascript

Code

public function testIPEIsLoaded() {
  $this
    ->visitIPERoute();
  $this
    ->assertIPELoaded();
}