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

Commit

Permalink
Fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkonopka committed Sep 30, 2019
1 parent 1b5b22a commit 09b5ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/pagebreakediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ describe( 'PageBreakEditing', () => {
setModelData( model, '<pageBreak></pageBreak>' );

expect( getViewData( view, { withoutSelection: true } ) ).to.equal(
'<div class="ck-page-break ck-widget" contenteditable="false"></div>'
'<div class="ck-page-break ck-widget" contenteditable="false"><span class="ck-page-break_label">Page break</span></div>'
);
} );

Expand Down

0 comments on commit 09b5ae3

Please sign in to comment.