Filament Testing

Hi, I've created a basic testing but I have an error, please see attached image

This is my test:
it('has a form', function () { livewire(CreateHoliday::class) ->assertFormExists(); });

I did not use any MockInterface. May I know the resolution for this?
Screenshot_2024-02-15_at_11.17.15_PM.png
Was this page helpful?