DavyJonesLocker / ember-cli-test-interactions

Ember acceptance test helpers.
MIT License
3 stars 0 forks source link

New test helpers #8

Open rsocci opened 8 years ago

rsocci commented 8 years ago

Feel free to remove/add more

michaeldupuisjr commented 8 years ago

@I think it's helpful to think of these interactions in terms of the jQuery events they're based off of. I just went through the jQuery docs and these were the most obvious events I could see use cases for:

click dblclick focus focusin focusout hover keydown keypress keyup mousedown mouseenter mouseleave mousemove mouseout mouseover mouseup scroll select submit

Maybe we should create issues for each event and then decide which HTML tags (e.g., a, div) we want to create helpers for for each event?