Преглед изворни кода

Test: Aligned tests to Editor class changes.

Oskar Wróbel пре 8 година
родитељ
комит
9da7018770
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      packages/ckeditor5-paragraph/tests/paragraph-intergration.js

+ 0 - 1
packages/ckeditor5-paragraph/tests/paragraph-intergration.js

@@ -181,7 +181,6 @@ describe( 'Paragraph feature – integration', () => {
 					const doc = editor.model.document;
 					const root = doc.getRoot();
 					const otherRoot = doc.createRoot( '$root', 'otherRoot' );
-					editor.editing.createRoot( 'div', 'otherRoot' );
 
 					editor.data.set( '<p>Foobar.</p>', 'main' );
 					editor.data.set( '<p>Foobar.</p>', 'otherRoot' );