diff --git a/spec/ContentDelegateSpec.js b/spec/ContentDelegateSpec.js index 9be2bc4d..107d9852 100644 --- a/spec/ContentDelegateSpec.js +++ b/spec/ContentDelegateSpec.js @@ -1045,6 +1045,7 @@ describe('The ContentDelegate class', function () { afterEach(function () { table.remove(); + form.remove(); const scripts = [...document.querySelectorAll('script')]; const lastScript = scripts.find((script) => script.innerText.match(/^document\.createElement/)