Sfoglia il codice sorgente

Aligned to changes in Editor class.

Kamil Piechaczek 6 anni fa
parent
commit
ff2b5c06e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/ckeditor5-watchdog/tests/editorwatchdog.js

+ 1 - 1
packages/ckeditor5-watchdog/tests/editorwatchdog.js

@@ -937,7 +937,7 @@ describe( 'EditorWatchdog', () => {
 				constructor( sourceElements, config ) {
 					super( config );
 
-					this.data.processor = new HtmlDataProcessor( this.stylesProcessor );
+					this.data.processor = new HtmlDataProcessor( this.data.stylesProcessor );
 
 					// Create a root for each source element.
 					for ( const rootName of Object.keys( sourceElements ) ) {