Explorar el Código

Merge pull request #22 from ckeditor/t/ckeditor5/1477

Tests: Adjustments to new `data#ready` event.
Piotr Jasiun hace 6 años
padre
commit
655e71a9bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-autosave/tests/autosave.js

+ 1 - 1
packages/ckeditor5-autosave/tests/autosave.js

@@ -637,7 +637,7 @@ describe( 'Autosave', () => {
 			}
 
 			init() {
-				this.editor.once( 'dataReady', () => {
+				this.editor.data.once( 'ready', () => {
 					const editor = this.editor;
 
 					editor.model.change( writer => {