Преглед на файлове

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