Is it possible to test forms in actions?
https://filamentphp.com/docs/3.x/actions/testing
Looking at the documentation I'm not sure I can do this, but is there an easy way to test forms inside of actions that I add to my livewire components?
For example, how could I mount an action in my livewire component and test a field is both visible and has a value?
If it would help I could post pseudo code as an example, but really just any pointers would be wildly useful.
Looking at the documentation I'm not sure I can do this, but is there an easy way to test forms inside of actions that I add to my livewire components?
For example, how could I mount an action in my livewire component and test a field is both visible and has a value?
If it would help I could post pseudo code as an example, but really just any pointers would be wildly useful.