protected function TextEditorTest::getWrapperSelector in The CodeMirror Editor 8
Gets wrapper selector for CodeMirror.
Overrides TestBase::getWrapperSelector
File
- tests/
src/ FunctionalJavascript/ TextEditorTest.php, line 140
Class
- TextEditorTest
- Tests the CodeMirror text editor.
Namespace
Drupal\Tests\codemirror_editor\FunctionalJavascriptCode
protected function getWrapperSelector() {
return '.js-form-item-body-0-value';
}