Răsfoiți Sursa

Tests: Adjustments.

Krzysztof Krztoń 7 ani în urmă
părinte
comite
4bfb9d5523

+ 0 - 2
packages/ckeditor5-editor-decoupled/tests/decouplededitor.js

@@ -194,7 +194,6 @@ describe( 'DecoupledEditor', () => {
 
 					class EventWatcher extends Plugin {
 						init() {
-							this.editor.plugins.on( 'ready', spy );
 							this.editor.ui.on( 'ready', spy );
 							this.editor.data.on( 'ready', spy );
 							this.editor.on( 'ready', spy );
@@ -207,7 +206,6 @@ describe( 'DecoupledEditor', () => {
 						} )
 						.then( newEditor => {
 							expect( fired ).to.deep.equal( [
-								'ready-plugincollection',
 								'ready-decouplededitorui',
 								'ready-datacontroller',
 								'ready-decouplededitor'