UX: search all categories even if category-chooser is scoped to particular category

This commit is contained in:
Vinoth Kannan
2019-01-10 21:19:53 +05:30
parent 978cc0cfca
commit a8ff4a8a78
2 changed files with 14 additions and 1 deletions
@@ -71,6 +71,10 @@ componentTest("with scopedCategoryId", {
26
);
assert.equal(this.get("subject").rows().length, 2);
await this.get("subject").fillInFilter("dev");
assert.equal(this.get("subject").rows().length, 3);
}
});