Commit 948a1408 authored by Denys Mishunov's avatar Denys Mishunov

Fixed editor_lite spec

parent 41894d1c
......@@ -246,7 +246,7 @@ describe('Base editor', () => {
let editorEl2;
let inst1;
let inst2;
const readOnlyIndex = '68'; // readOnly option has the internal index of 68 in the editor's options
const readOnlyIndex = '77'; // readOnly option has the internal index of 77 in the editor's options
beforeEach(() => {
setFixtures('<div id="editor1"></div><div id="editor2"></div>');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment