You are here

protected function FormatterTest::getWrapperSelector in The CodeMirror Editor 8

Gets wrapper selector for CodeMirror.

Overrides TestBase::getWrapperSelector

File

tests/src/FunctionalJavascript/FormatterTest.php, line 162

Class

FormatterTest
Tests the CodeMirror field formatter.

Namespace

Drupal\Tests\codemirror_editor\FunctionalJavascript

Code

protected function getWrapperSelector() {
  return '.field--name-field-code .cme-wrapper';
}