diff --git a/src/components/input/bl-input.test.ts b/src/components/input/bl-input.test.ts index aa922c01..ccdaee66 100644 --- a/src/components/input/bl-input.test.ts +++ b/src/components/input/bl-input.test.ts @@ -54,7 +54,6 @@ describe("bl-input", () => { el.requestUpdate(); await el.updateComplete; - expect(HTMLInputElement.prototype).to.have.ownProperty("showPicker"); expect(spy).to.have.been.calledOnce; expect(typeof el.showPicker).to.be.equals("function"); expect(el.showPicker).to.exist;