Testing modal form fields.
Given an action with a modal, with a form schema, I'd like to test that the form has specific fields. How is that done?
Example action
Example test
Fails with
Example action
Example test
Fails with
Failed asserting that a field with the name [export_format] exists on the form with the name [form] on the [App\Filament\App\Resources\DomainResource\Widgets\DomainActions] component.
Failed asserting that null is an instance of class Filament\Forms\Components\Field.