describe("and when the input is blurred after that", () => {

        beforeEach((done) => {
          spyOn(polyfill, "showPlaceholder").and.callThrough()
          helpers.blur(element)