You are here

public function PanelizerIntegrationTest::testIPEAddBlock in Panelizer 8.5

Same name and namespace in other branches
  1. 8.4 tests/src/FunctionalJavascript/PanelizerIntegrationTest.php \Drupal\Tests\panelizer\FunctionalJavascript\PanelizerIntegrationTest::testIPEAddBlock()

Tests that adding a block with default configuration works.

File

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

Class

PanelizerIntegrationTest
Tests the JavaScript functionality of Panels IPE with Panelizer.

Namespace

Drupal\Tests\panelizer\FunctionalJavascript

Code

public function testIPEAddBlock() {
  $this
    ->drupalGet('/node/1');
  $this
    ->addBlock('System', 'system_breadcrumb_block');
}