diff --git a/test/components/Accordion.spec.ts b/test/components/Accordion.spec.ts index 9850dbd2..49c4e9c8 100644 --- a/test/components/Accordion.spec.ts +++ b/test/components/Accordion.spec.ts @@ -45,7 +45,7 @@ describe('Accordion', () => { ['with collapsible', { props: { ...props, collapsible: false } }], ['with trailingIcon', { props: { ...props, trailingIcon: 'i-heroicons-plus' } }], ['with class', { props: { ...props, class: 'w-96' } }], - ['with ui', { props: { ui: { ...props, item: 'border-gray-300 dark:border-gray-700' } } }], + ['with ui', { props: { ...props, ui: { item: 'border-gray-300 dark:border-gray-700' } } }], // Slots ['with leading slot', { props, slots: { leading: () => 'Leading slot' } }], ['with default slot', { props, slots: { default: () => 'Default slot' } }], diff --git a/test/components/Breadcrumb.spec.ts b/test/components/Breadcrumb.spec.ts index 11ba4818..7afb7754 100644 --- a/test/components/Breadcrumb.spec.ts +++ b/test/components/Breadcrumb.spec.ts @@ -26,7 +26,7 @@ describe('Breadcrumb', () => { ['with items', { props }], ['with separatorIcon', { props: { ...props, separatorIcon: 'i-heroicons-minus' } }], ['with class', { props: { ...props, class: 'w-48' } }], - ['with ui', { props: { ui: { ...props, item: 'font-bold' } } }], + ['with ui', { props: { ...props, ui: { link: 'font-bold' } } }], // Slots ['with item slot', { props, slots: { item: () => 'Item slot' } }], ['with item-leading slot', { props, slots: { 'item-leading': () => 'Item leading slot' } }], diff --git a/test/components/Select.spec.ts b/test/components/Select.spec.ts index 2797ddf2..c0da5550 100644 --- a/test/components/Select.spec.ts +++ b/test/components/Select.spec.ts @@ -53,7 +53,7 @@ describe('Select', () => { ...colors.map((color: string) => [`with color ${color}`, { props: { ...props, color } }]), ...variants.map((variant: string) => [`with variant ${variant}`, { props: { ...props, variant } }]), ['with class', { props: { ...props, class: 'rounded-full' } }], - ['with ui', { props: { ui: { ...props, group: 'p-2' } } }], + ['with ui', { props: { ...props, ui: { group: 'p-2' } } }], // Slots ['with leading slot', { props, slots: { leading: () => 'Leading slot' } }], ['with trailing slot', { props, slots: { trailing: () => 'Trailing slot' } }], diff --git a/test/components/SelectMenu.spec.ts b/test/components/SelectMenu.spec.ts index 347b8155..f4865631 100644 --- a/test/components/SelectMenu.spec.ts +++ b/test/components/SelectMenu.spec.ts @@ -56,7 +56,7 @@ describe('SelectMenu', () => { ...colors.map((color: string) => [`with color ${color}`, { props: { ...props, color } }]), ...variants.map((variant: string) => [`with variant ${variant}`, { props: { ...props, variant } }]), ['with class', { props: { ...props, class: 'rounded-full' } }], - ['with ui', { props: { ui: { ...props, group: 'p-2' } } }], + ['with ui', { props: { ...props, ui: { group: 'p-2' } } }], // Slots ['with leading slot', { props, slots: { leading: () => 'Leading slot' } }], ['with default slot', { props, slots: { default: () => 'Default slot' } }], diff --git a/test/components/__snapshots__/Accordion.spec.ts.snap b/test/components/__snapshots__/Accordion.spec.ts.snap index 32b91c0f..95eed824 100644 --- a/test/components/__snapshots__/Accordion.spec.ts.snap +++ b/test/components/__snapshots__/Accordion.spec.ts.snap @@ -124,47 +124,6 @@ exports[`Accordion > renders with collapsible correctly 1`] = ` `; exports[`Accordion > renders with content slot correctly 1`] = ` -"