8
0
Просмотр исходного кода

Aligned manual tests with engine chamges.

Oskar Wróbel 8 лет назад
Родитель
Сommit
da628d0549
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-list/tests/manual/nestedlists.js

+ 1 - 1
packages/ckeditor5-list/tests/manual/nestedlists.js

@@ -22,7 +22,7 @@ ClassicEditor
 	} )
 	.then( editor => {
 		window.editor = editor;
-		window.modelRoot = editor.document.getRoot();
+		window.modelRoot = editor.model.document.getRoot();
 		window.viewRoot = editor.editing.view.getRoot();
 	} )
 	.catch( err => {