Solutionunvalidated
Update the DOM query to target the native input rendered inside the wrapper (e.g., `*[name="voucherCode"] input` or use `getByRole`/`getByLabelText` for the actual input). Then perform the change event on that correct input element so the Formik field value updates.
f737b744-4596-4a7f-b236-c54ab2ab407c
Update the DOM query to target the native input rendered inside the wrapper (e.g., *[name="voucherCode"] input or use getByRole/getByLabelText for the actual input). Then perform the change event on that correct input element so the Formik field value updates.