it("should have called polyfill's showPlaceholder method once", () => {
      expect(polyfill.showPlaceholder).toHaveBeenCalled()
      expect(polyfill.showPlaceholder.calls.count()).toEqual(1)
    })