test: assert disabled property

This commit is contained in:
Eric Liu 2022-06-01 19:20:12 -07:00
commit d53421a321
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
const items: ComboBoxItem[] = [
{ id: 0, text: "Slack" },
{ id: "1", text: "Email" },
{ id: "2", text: "Fax" },
{ id: "2", text: "Fax", disabled: true },
];
let ref: ComboBox;