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

Commit

Permalink
Tests: Simplified BalloonEditorUI tests.
Browse files Browse the repository at this point in the history
Internal: Aligned the UI to the latest API of the framework (see ckeditor/ckeditor5-ui#262).
  • Loading branch information
oleq authored and oskarwrobel committed Nov 2, 2017
1 parent f3da704 commit 7453471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ballooneditorui.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe( 'BalloonEditorUI', () => {
} );

it( 'sets #view', () => {
expect( ui.view ).to.equal( view );
expect( ui.view ).to.be.instanceOf( BalloonEditorUIView );
} );

it( 'creates #componentFactory factory', () => {
Expand Down

0 comments on commit 7453471

Please sign in to comment.