ember-form-master-2000 icon indicating copy to clipboard operation
ember-form-master-2000 copied to clipboard

Data-Test attributes don't work

Open lookininward opened this issue 6 years ago • 0 comments

      {{fm-field
        widget='input'
        label='This is a label'
        placeholder='This is a placeholder'
        class='myInput'
        value=form.name.value
        errors=form.error.value
        data-test-input='name'
      }}

No matter which position I place the data-test attribute, and no matter which syntax I use for it, it is never rendered in the DOM when actually running the tests.

lookininward avatar Jul 05 '18 14:07 lookininward