소스 검색

Cleaning after test in StandardEditor.

Szymon Kupś 8 년 전
부모
커밋
a4291565ca
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/ckeditor5-core/tests/editor/standardeditor.js

+ 1 - 0
packages/ckeditor5-core/tests/editor/standardeditor.js

@@ -351,6 +351,7 @@ describe( 'StandardEditor', () => {
 				} )
 				.then( () => {
 					expect( form.submit ).to.equal( input );
+					input.remove();
 				} );
 		} );