Rovak / InlineAttachment

Easily paste and upload files/images in plain textareas
http://git.razko.nl/InlineAttachment
MIT License
619 stars 77 forks source link

Test captures not providing any utility? #71

Open jkassemi opened 8 years ago

jkassemi commented 8 years ago

Running the CasperJS task grunt casperjs generates some screen captures in the ./capture directory, but they all appear to be the same:

step-1 step-2 step-3 step-4

Is this currently the expected behavior?

Rovak commented 8 years ago

Yea, i was hoping to create a unit test that dragged the pacman and dropped it into the textarea to test if the uploading works. But casperjs didn't support drag & drop the last time i tried

Rovak commented 7 years ago

https://github.com/casperjs/casperjs/issues/1242 is currently the issue in the CasperJS project to make this unittest work