F
Filament3mo ago
Eskie

Asserting callMountedTableAction with form

How to assert this callMountedTableAction with form?
Livewire::test(ListWalletTransactions::class)
->callMountedTableAction('send_money'); // how to add form
Livewire::test(ListWalletTransactions::class)
->callMountedTableAction('send_money'); // how to add form
4 Replies
Eskie
EskieOP3mo ago
yes but in header action
LeandroFerreira
LeandroFerreira3mo ago
could you share the code please? I mean, the action that you are using
Eskie
EskieOP3mo ago
i think i have an idea.. ill try that and if it works.. ill post my code.. thanks

Did you find this page helpful?