From 96de57c75b1029fb657c7ea47988fd2e7b4e982d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aykut=20Sara=C3=A7?= Date: Thu, 21 Sep 2023 14:30:23 +0300 Subject: [PATCH] test(input): remove test for input prototype method --- src/components/input/bl-input.test.ts | 1 - 1 file changed, 1 deletion(-) 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;