fillIn (selector, text) RSVP.Promisepublic
Defined in packages/ember-testing/lib/helpers.js:85
Fills in an input element with some text. Example: fillIn('#email', 'you@example.com').then(function() {
// assert something
});
Parameters:
selector String
jQuery selector finding an input element on the DOM to fill text with
text String
text to place inside the input element
Returns:
RSVP.Promise