RootCauseunvalidated
The test queries for `input[name="voucherCode"]`, but the `name` prop is applied to an outer wrapper component rather than the underlying native `<input>` element. As a result, the selected element is not the actual input that Formik controls.
b49c6e0f-4a9b-4785-948b-50dd215255b1
The test queries for input[name="voucherCode"], but the name prop is applied to an outer wrapper component rather than the underlying native <input> element. As a result, the selected element is not the actual input that Formik controls.