mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
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