DavyJonesLocker / ember-cli-test-interactions

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

Refactors Finders. #2

Open michaeldupuisjr opened 9 years ago

michaeldupuisjr commented 9 years ago

Refactors functions which find elements by label. Since the for attribute is looking for a corresponding id we don't need separate functions for finding input, select, etc. by label.