Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
f1ames committed Jan 28, 2019
1 parent 4e9fdf1 commit 00ed650
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/inlineeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ describe( 'InlineEditor', () => {

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 );
Expand All @@ -210,7 +209,7 @@ describe( 'InlineEditor', () => {
} )
.then( newEditor => {
expect( fired ).to.deep.equal( [
'ready-plugincollection', 'ready-inlineeditorui', 'ready-datacontroller', 'ready-inlineeditor' ] );
'ready-inlineeditorui', 'ready-datacontroller', 'ready-inlineeditor' ] );

editor = newEditor;
} );
Expand Down

0 comments on commit 00ed650

Please sign in to comment.