You are here

function PanelsEverywhereTermEditTestCase::testSearchWithPanels in Panels Everywhere 7

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

File

tests/PanelsEverywhereTermEditTestCase.test, line 53
Confirm the term_edit Panels page works correctly with Panels Everywhere.

Class

PanelsEverywhereTermEditTestCase
@file Confirm the term_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('admin/structure/taxonomy/tags/add');
}