8
0
فهرست منبع

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