Test an Action with `requiresConfirmation()`
I have an Action which implements
How can I write a test that checks if the action works after the "Confirm" button inside the confirmation modal is clicked?
->requiresConfirmation()How can I write a test that checks if the action works after the "Confirm" button inside the confirmation modal is clicked?