Skip to content

Commit

Permalink
test(contentDelegate): Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Aug 28, 2024
1 parent 7fd4579 commit 3caa0d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/ContentDelegateSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit 3caa0d7

Please sign in to comment.