You are here

protected function PanelsIPETestTrait::assertIPELoaded in Panels 8.3

Same name and namespace in other branches
  1. 8.4 panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestTrait.php \Drupal\Tests\panels_ipe\FunctionalJavascript\PanelsIPETestTrait::assertIPELoaded()

Asserts that the IPE is loaded.

1 call to PanelsIPETestTrait::assertIPELoaded()
PanelsIPETestBase::testIPEIsLoaded in panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestBase.php
Tests that the IPE is loaded on the current test route.

File

panels_ipe/tests/src/FunctionalJavascript/PanelsIPETestTrait.php, line 19

Class

PanelsIPETestTrait
Trait which can be used to test Panels IPE components.

Namespace

Drupal\Tests\panels_ipe\FunctionalJavascript

Code

protected function assertIPELoaded() {
  $this
    ->waitUntilVisible('#panels-ipe-content');
}