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

Commit

Permalink
Tests: Fixed broken dropdown button assertion after changes in ckedit…
Browse files Browse the repository at this point in the history
…or/ckeditor5-ui#333.
  • Loading branch information
oleq committed Dec 14, 2017
1 parent 07524f5 commit e837ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/heading.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ describe( 'Heading', () => {

expect( dropdown ).to.be.instanceOf( DropdownView );
expect( dropdown.buttonView.isEnabled ).to.be.true;
expect( dropdown.buttonView.isOn ).to.be.undefined;
expect( dropdown.buttonView.isOn ).to.be.false;
expect( dropdown.buttonView.label ).to.equal( 'Paragraph' );
expect( dropdown.buttonView.tooltip ).to.equal( 'Heading' );
} );
Expand Down

0 comments on commit e837ffa

Please sign in to comment.