Ver código fonte

Updated manual test to changes in the view engine.

Szymon Kupś 8 anos atrás
pai
commit
8afc0d8da4

+ 1 - 1
packages/ckeditor5-editor-balloon/tests/manual/ballooneditor.js

@@ -31,7 +31,7 @@ function initEditors() {
 				console.log( 'It has been added to global `editors` and `editables`.' );
 				console.log( 'It has been added to global `editors` and `editables`.' );
 
 
 				window.editors[ selector ] = editor;
 				window.editors[ selector ] = editor;
-				window.editables.push( editor.editing.view.getRoot() );
+				window.editables.push( editor.editing.view.document.getRoot() );
 
 
 				const observer = testUtils.createObserver();
 				const observer = testUtils.createObserver();