Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data-Test attributes don't work #53

Open
lookininward opened this issue Jul 5, 2018 · 0 comments
Open

Data-Test attributes don't work #53

lookininward opened this issue Jul 5, 2018 · 0 comments

Comments

@lookininward
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant