Skip to content

Data-Test attributes don't work #53

@lookininward

Description

@lookininward
      {{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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions