UNPKG

ember-cli-filtertable-inbox-health

Version:
9 lines (7 loc) 252 B
import Em from 'ember'; export default Em.Test.registerAsyncHelper('selectOption', function(app, selector) { // choose an option and trigger the change find(selector).prop('selected', true); find(selector).change(); return wait(); });