Test#find()

find (selector) Objectpublic

Defined in packages/ember-testing/lib/helpers.js:105

Finds an element in the context of the app's container element. A simple alias for app.$(selector).

Example:

var $el = find('.my-selector');

Parameters:

selector String
jQuery string selector for element lookup

Returns:

Object
jQuery object representing the results of the query
doc_EmberJs
2016-11-30 16:53:40
Comments
Leave a Comment

Please login to continue.