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\FunctionalJavascriptCode
protected function getWrapperSelector() {
return '.js-form-item-field-code2-0-value';
}