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

Commit

Permalink
Merge pull request #163 from ckeditor/i/6002
Browse files Browse the repository at this point in the history
Tests: Fixed tests leaking editor instances / DOM elements. See ckeditor/ckeditor5#6002.
  • Loading branch information
pomek committed Jan 7, 2020
2 parents c15ac57 + aaf5787 commit cfe7f8e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/todolistediting.js
Original file line number Diff line number Diff line change
Expand Up @@ -1185,5 +1185,7 @@ describe( 'TodoListEditing', () => {
expect( getModelData( model, { rootName: 'dynamicRoot' } ) ).to.equal(
'<listItem listIndent="0" listType="todo" todoListChecked="true">f[]oo</listItem>'
);

dynamicRootElement.remove();
} );
} );

0 comments on commit cfe7f8e

Please sign in to comment.