Closed vgrinko closed 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
input.value
input.checked
prepareInputValuesForCopying
Great catch! I would gladly accept a PR for this if you have the time. Cheers!
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 notinput.checked
attribute inprepareInputValuesForCopying