Test create action form field

How to test if a field is hidden in a create action ?
1 Reply
LeandroFerreira
LeandroFerreira6mo ago
maybe ->assertDontSee(xx)? There is an example using assertSee that you can follow https://filamentphp.com/docs/3.x/actions/testing#modal-content

Did you find this page helpful?