You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert.equal(this.$element.get(0),this.element.querySelector('#child'),'Component.$(selector) is a jQuery object of the child elements matching selector');
37
-
});
33
+
assert.equal(this.$element.get(0),this.element.querySelector('#child'),'Component.$(selector) is a jQuery object of the child elements matching selector');
0 commit comments