diff --git a/test/components/CommandPalette.spec.ts b/test/components/CommandPalette.spec.ts index b5282d71..3dd45ec4 100644 --- a/test/components/CommandPalette.spec.ts +++ b/test/components/CommandPalette.spec.ts @@ -86,7 +86,6 @@ describe('CommandPalette', () => { ['with ui', { props: { ...props, ui: { input: '[&>input]:h-10' } } }], // Slots ['with empty slot', { props, slots: { empty: () => 'Empty slot' } }], - ['with input-trailing slot', { props, slots: { 'input-trailing': () => 'Input trailing slot' } }], ['with item slot', { props, slots: { item: () => 'Item slot' } }], ['with item-leading slot', { props, slots: { 'item-leading': () => 'Item leading slot' } }], ['with item-label slot', { props, slots: { 'item-label': () => 'Item label slot' } }], diff --git a/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap b/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap index 43fd4d14..0249b05a 100644 --- a/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap +++ b/test/components/__snapshots__/CommandPalette-vue.spec.ts.snap @@ -422,42 +422,6 @@ exports[`CommandPalette > renders with icon correctly 1`] = ` " `; -exports[`CommandPalette > renders with input-trailing slot correctly 1`] = ` -"
-
- -
-
- -
- -
" -`; - exports[`CommandPalette > renders with item slot correctly 1`] = ` "
diff --git a/test/components/__snapshots__/CommandPalette.spec.ts.snap b/test/components/__snapshots__/CommandPalette.spec.ts.snap index cf0bbe27..3f6f1902 100644 --- a/test/components/__snapshots__/CommandPalette.spec.ts.snap +++ b/test/components/__snapshots__/CommandPalette.spec.ts.snap @@ -428,42 +428,6 @@ exports[`CommandPalette > renders with icon correctly 1`] = `
" `; -exports[`CommandPalette > renders with input-trailing slot correctly 1`] = ` -"
-
- -
-
- -
- -
" -`; - exports[`CommandPalette > renders with item slot correctly 1`] = ` "