You are here

protected function WidgetFormattedTest::getWrapperSelector in The CodeMirror Editor 8

Gets wrapper selector for CodeMirror.

Overrides TestBase::getWrapperSelector

File

tests/src/FunctionalJavascript/WidgetFormattedTest.php, line 31

Class

WidgetFormattedTest
Tests the CodeMirror field widget (text_long).

Namespace

Drupal\Tests\codemirror_editor\FunctionalJavascript

Code

protected function getWrapperSelector() {
  return '.js-form-item-field-code2-0-value';
}