diff --git a/test/wtr/app/utils/browser.test.js b/test/wtr/app/utils/browser.test.js index 6d7a4ffb..f732ec61 100644 --- a/test/wtr/app/utils/browser.test.js +++ b/test/wtr/app/utils/browser.test.js @@ -191,8 +191,6 @@ describe('browser utils', () => { const pElement = createTag(config); expect(pElement.tagName.toLowerCase()).to.equal('p'); }); - - // Additional test cases for other scenarios can be added as needed }); describe('extendTag', () => {