Skip to content

data-test added to checkboxes

Compare
Choose a tag to compare
@sir-dunxalot sir-dunxalot released this 17 Apr 15:25
· 110 commits to master since this release

You can not target easy form checkboxes in test suites using data-test:

{{input someProperty as='checkbox' dataTest='some-checkbox'}}
Ember.$.find('[data-test="some-checkbox"]');