"reorderRecords" action not found when testing a reorderable table
Filament v4 (Beta 15)
My CategoriesResource table has reordering enabled:
In my test I try to assert the reorder action exists / trigger it:
but I get:
What’s the correct way to test (or at least assert the presence of) the reorder action produced by reorderable()?
My CategoriesResource table has reordering enabled:
In my test I try to assert the reorder action exists / trigger it:
but I get:
What’s the correct way to test (or at least assert the presence of) the reorder action produced by reorderable()?