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 #253 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 186e470 + def015d commit 73d5596
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/linkui.js
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,7 @@ describe( 'LinkUI', () => {

afterEach( () => {
editorElement.remove();
return editor.destroy();
} );

it( 'should gather information about manual decorators', () => {
Expand Down

0 comments on commit 73d5596

Please sign in to comment.