Selaa lähdekoodia

Aligned manual tests with engine chamges.

Oskar Wróbel 8 vuotta sitten
vanhempi
commit
2cd09e951a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 );