protected function TestBase::assertToolbarNotExists in The CodeMirror Editor 8
Assets that toolbar does not exist.
1 call to TestBase::assertToolbarNotExists()
- TextEditorTest::testTextEditor in tests/
src/ FunctionalJavascript/ TextEditorTest.php - Test callback.
File
- tests/
src/ FunctionalJavascript/ TestBase.php, line 89
Class
- TestBase
- Base class for CodeMirror editor tests.
Namespace
Drupal\Tests\codemirror_editor\FunctionalJavascriptCode
protected function assertToolbarNotExists() {
$this
->assertSession()
->elementNotExists('css', $this
->getWrapperSelector() . ' .cme-toolbar');
}