fillIn (selector, text) RSVP.Promise
public
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
Please login to continue.