diff --git a/src/ui/filter-bar.test.ts b/src/ui/filter-bar.test.ts index ee496bb..3a43855 100644 --- a/src/ui/filter-bar.test.ts +++ b/src/ui/filter-bar.test.ts @@ -41,6 +41,7 @@ const config = { type: "multiselect", name: "owner", legend: "Owner", + note: "30 of 45", value: ["ann"], options: [{ value: "ann", label: "Ann Berg" }, { value: "bo", label: "Bo Falk" }], }, @@ -75,7 +76,7 @@ test("filter-bar renders a GET form with every control type, reflecting current // multiselect — a disclosure: the trigger names the filter and counts what is chosen, the options // are checkboxes in a fieldset the popover holds, so a long list costs one line of the bar. assert.match(html, /