describe("and when a text input element without placeholder attribute is inserted to the page", () => {
          let element

          beforeEach((done) => {
            element = helpers.createInputElement(false)