瀏覽代碼

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();
 				} );
 		} );