describe("and when there is a value and input is blurred", () => {

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