Explorar o código

Aligned manual tests with engine chamges.

Oskar Wróbel %!s(int64=8) %!d(string=hai) anos
pai
achega
da628d0549
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 => {