Testing: process Confirmation Modal on page Action
I'm trying to implement the Testing for the Filament Resource. I tried to follow the Testing documentation given in the Filament v2 Testing page.
I simulate the Delete Page Action
But the Issue in my case was I have Confirmation using
I simulate the Delete Page Action
Filament\Pages\Actions\DeleteAction using the codeBut the Issue in my case was I have Confirmation using
->requiresConfirmation() modifier on the Action. How can achieve that in the Testing?