You are here

protected function TestBase::assertToolbarNotExists in Twig Field 8

Assets that toolbar does not exist.

1 call to TestBase::assertToolbarNotExists()
TestBase::assertWidgetForm in tests/src/FunctionalJavascript/TestBase.php
Asserts widget form.

File

tests/src/FunctionalJavascript/TestBase.php, line 106

Class

TestBase
Base class for Twig field tests.

Namespace

Drupal\Tests\twig_field\FunctionalJavascript

Code

protected function assertToolbarNotExists() {
  $this
    ->assertSession()
    ->elementNotExists('css', '#edit-field-template-wrapper .cme-toolbar');
}