describe("when there is an input with a placeholder that has numeric value on the page", () => {
    let element

    beforeEach((done) => {
      element = helpers.createInputElementWithNumericPlaceholder(true)