diff --git a/packages/react-core/src/components/TextArea/__tests__/TextArea.test.tsx b/packages/react-core/src/components/TextArea/__tests__/TextArea.test.tsx index 6f0fe9f9a79..eea71ff8ff3 100644 --- a/packages/react-core/src/components/TextArea/__tests__/TextArea.test.tsx +++ b/packages/react-core/src/components/TextArea/__tests__/TextArea.test.tsx @@ -11,10 +11,10 @@ const props = { value: 'test textarea' }; -test('textarea input passes value and event to onChange handler', async () => { +test('Textarea input passes value and event to onChange handler', async () => { + const user = userEvent.setup(); render(