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

Commit

Permalink
Tests: Corrected expected button toggleable value.
Browse files Browse the repository at this point in the history
  • Loading branch information
mlewand committed Sep 30, 2019
1 parent a8b6d7b commit 8477d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pagebreakui.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ describe( 'PageBreakUI', () => {
expect( pageBreakView ).to.be.instanceOf( ButtonView );
expect( pageBreakView.label ).to.equal( 'Page break' );
expect( pageBreakView.icon ).to.match( /<svg / );
expect( pageBreakView.isToggleable ).to.be.true;
expect( pageBreakView.isToggleable ).to.be.false;
} );

it( 'should execute pageBreak command on model execute event', () => {
Expand Down

0 comments on commit 8477d73

Please sign in to comment.