diff --git a/app/components/malio/Input.test.ts b/app/components/malio/Input.test.ts index ccb7ba1..cea94e3 100644 --- a/app/components/malio/Input.test.ts +++ b/app/components/malio/Input.test.ts @@ -277,7 +277,7 @@ describe('MalioInput', () => { it('applies labelClass on label', () => { const wrapper = mount(InputForTest, { - props: {label: 'Label', labelClass: 'text-red-500'}, + props: {label: 'Label', textLabel: 'text-red-500'}, }) expect(wrapper.get('label').classes()).toContain('text-red-500') })