FIX: Don't use jQuery directly in a test
This commit is contained in:
parent
46e5372c06
commit
d99355deca
|
@ -89,7 +89,7 @@ widgetTest("reviewable content", {
|
||||||
},
|
},
|
||||||
|
|
||||||
test(assert) {
|
test(assert) {
|
||||||
assert.equal(this.$(".reviewables").text(), "5");
|
assert.equal(find(".reviewables").text(), "5");
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue