Assert for custom form validation values
An example would be from the filament docs:
How can I assert for this particular validation when testing forms? I'm not sure what name to use.
How can I assert for this particular validation when testing forms? I'm not sure what name to use.
Solution
Got it. I could output the errors with
I can then check the validation error I want from there.
I can then check the validation error I want from there.