Răsfoiți Sursa

Test: Aligned tests to Editor class changes.

Oskar Wróbel 8 ani în urmă
părinte
comite
9da7018770

+ 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' );