UX: search all categories even if category-chooser is scoped to particular category
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user