describe("and when placeholder attribute is removed from the input", () => {

        beforeEach((done) => {
          element.removeAttribute("placeholder")
          setTimeout(() => {