You are here

function PanelsEverywhereNodeEditTestCase::testSearchWithPanels in Panels Everywhere 7

Confirm that the search form works from a Panels node-add page.

File

tests/PanelsEverywhereNodeEditTestCase.test, line 53
Confirm the node_edit Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereNodeEditTestCase
@file Confirm the node_edit Panels page works correctly with Panels Everywhere.

Code

function testSearchWithPanels() {

  // Enable PE for use on Bartik.
  $this
    ->enableBartik();

  // @todo Enable the Panels display.
  // Confirm that the search functionality works.
  $this
    ->checkSearch('node/add/page');
}