garris / ember-backstop

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

Enable copying of input current values #21

Closed pirvudoru closed 5 years ago

pirvudoru commented 5 years ago

Input elements have an attribute and a property named "value". The attribute holds initial value, the property holds the current value More info: https://stackoverflow.com/questions/44451448/get-html-with-current-input-values

Fetching data from the server and bounding it to "value" the attribute is not populated and not copied to snapshot => snapshot does not contain input values filled.

garris commented 5 years ago

Will push to NPM tomorrow.