Browse Source

Aligned manual tests with engine chamges.

Oskar Wróbel 8 years ago
parent
commit
2cd09e951a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-block-quote/tests/manual/blockquote.js

+ 1 - 1
packages/ckeditor5-block-quote/tests/manual/blockquote.js

@@ -25,5 +25,5 @@ ClassicEditor
 	} );
 
 window.setInterval( function() {
-	console.log( getData( window.editor.document ) );
+	console.log( getData( window.editor.model ) );
 }, 3000 );