diff --git a/test/components/CommandPalette.spec.ts b/test/components/CommandPalette.spec.ts index e578cb31..64d216e8 100644 --- a/test/components/CommandPalette.spec.ts +++ b/test/components/CommandPalette.spec.ts @@ -19,7 +19,8 @@ describe('CommandPalette', () => { label: 'Add hashtag', suffix: 'Add a hashtag to the current item.', icon: 'i-lucide-hash', - kbds: ['meta', 'H'] + kbds: ['meta', 'H'], + disabled: true }, { label: 'Add label', suffix: 'Add a label to the current item.', @@ -53,7 +54,8 @@ describe('CommandPalette', () => { label: 'benjamincanac', avatar: { src: 'https://github.com/benjamincanac.png' - } + }, + active: true }] }] diff --git a/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap b/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap index 09b54d44..4800b71a 100644 --- a/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap +++ b/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap @@ -17,7 +17,7 @@ exports[`CommandPalette > renders with as correctly 1`] = `