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 tests after conflict resolution.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Mar 30, 2018
1 parent 3332c4e commit dcf628a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/imagecaption/imagecaptionediting.js
Expand Up @@ -353,8 +353,6 @@ describe( 'ImageCaptionEditing', () => {
'<img src=""></img>' +
'<figcaption class="ck ck-editor__editable ck-editor__nested-editable" ' +
'contenteditable="true" data-placeholder="Enter image caption">foo bar</figcaption>' +
'foo bar' +
'</figcaption>' +
'</figure>]'
);
} );
Expand Down Expand Up @@ -426,8 +424,6 @@ describe( 'ImageCaptionEditing', () => {
'<img src=""></img>' +
'<figcaption class="ck ck-editor__editable ck-editor__nested-editable" ' +
'contenteditable="true" data-placeholder="Enter image caption">foo bar</figcaption>' +
'foo bar' +
'</figcaption>' +
'</figure>' +
'[<figure class="ck ck-widget image" contenteditable="false">' +
'<img src=""></img>' +
Expand Down

0 comments on commit dcf628a

Please sign in to comment.