// assettion fails
Livewire::test(Prescription::class)->assertActionExists('New Prescription')
// callMountedAction requires an array, I'm not sure what the array item shere should be
Livewire::test(Prescriptions::class)->callMountedAction('New Prescription');
// This still requires an array of $actions, I'm unsure where those actions should come from
Livewire::test(Prescriptions::class)->callInfolistAction('New Prescription');
// assettion fails
Livewire::test(Prescription::class)->assertActionExists('New Prescription')
// callMountedAction requires an array, I'm not sure what the array item shere should be
Livewire::test(Prescriptions::class)->callMountedAction('New Prescription');
// This still requires an array of $actions, I'm unsure where those actions should come from
Livewire::test(Prescriptions::class)->callInfolistAction('New Prescription');