st-h / ember-content-editable

A contenteditable component for ember-cli that just works™
MIT License
66 stars 31 forks source link

Can you provide documentation or tests on how to Acceptance Test this? #24

Closed aaronlelevier closed 8 years ago

aaronlelevier commented 8 years ago

I've been trying to set up an Acceptance Test with content-editable but am having issues.

I'm sure this may be as easy as jQuery focus in, add text, focus out. But, just can't seem to get it working, so some example docs or tests would be great.

Thanks

Gaurav0 commented 8 years ago

It might be a good idea to get the 'fillIn' helper to automatically handle content-editable.

Gaurav0 commented 8 years ago

Also, writing an acceptance test for the dummy app would be extremely helpful.