Testing a HintAction in a Relation Manager
Hello - I am running into an issue trying to write a test for a HintAction inside a relation manager.
I get the following error message when I try to run the test:
Argument #1 ($form) must be of type Filament\Forms\Form, Filament\Infolists\Infolist given, called in /Users/robertwurtz/Sites/site/vendor/filament/infolists/src/Concerns/InteractsWithInfolists.php on line 56
I'm confused because nothing in here uses an Infolist - it's all Forms. I tried following the relevant documentation (https://filamentphp.com/docs/3.x/forms/testing#actions) so I'm not sure where to go from here. Thanks in advance!2 Replies
This was answered here: https://discord.com/channels/883083792112300104/1171372319294369842
ahh, sorry I didn't see this post