Table action testing
Im not really sure how to use callTableAction() for testing. Also to verify, this does work for headerActions too, right? I have a button that creates an export of the table contents and I am looking to verify the action works. Would love to verify even the contents of the csv it creates by comparing csv rows to table rows. The problem obviously is that it creates a dynamic file, so not as easy to evaluate. This is what I have so far and i know my code is wrong after the $response. Tried to go super simple to even just check file type and size: and
1 Reply
i dont think there is an easier way to test livewire file downloads
this isnt really related to filament actions
this is just a livewire file download test isnt it