garris / ember-backstop

BackstopJS visual regression testing addon for Ember.
MIT License
56 stars 21 forks source link

Checkboxes or Radio boxes "checked" state is not preseved #41

Closed vgrinko closed 4 years ago

vgrinko commented 4 years ago

Hello,

I am seeing that checkboxes/radios in Testem are checked, but they are not checked on final screenshots. it looks like Backstop Ember plugin copies input.value for inputs, but not input.checked attribute in prepareInputValuesForCopying

garris commented 4 years ago

Great catch! I would gladly accept a PR for this if you have the time. Cheers!