How to test SVG drag and drop in Ember

I am trying to mimic mouse control on SVG elements like drag and drop.

However, the mouse events are not getting triggered in the tests. I have wrapped them in Ember.run as well.

Any resource will also be helpful.