You are here

protected function FilterTest::getWrapperSelector in The CodeMirror Editor 8

Gets wrapper selector for CodeMirror.

Overrides TestBase::getWrapperSelector

File

tests/src/FunctionalJavascript/FilterTest.php, line 91

Class

FilterTest
Tests the CodeMirror editor filter.

Namespace

Drupal\Tests\codemirror_editor\FunctionalJavascript

Code

protected function getWrapperSelector() {
  return sprintf('.cme-wrapper:nth-child(%s)', $this->activeEditor);
}