Skip to content

Commit

Permalink
test(input): remove test for input prototype method
Browse files Browse the repository at this point in the history
  • Loading branch information
Aykut Saraç committed Sep 21, 2023
1 parent 9fbb8da commit 96de57c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/input/bl-input.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 96de57c

Please sign in to comment.