Explorar o código

Cleaning after test in StandardEditor.

Szymon Kupś %!s(int64=8) %!d(string=hai) anos
pai
achega
a4291565ca
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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();
 				} );
 		} );