Test different panels
Hi,
how can I test different panels e.g.
If I run
php artisan test
I get this error:
6 Replies
The test should cover a functionality from the app panel.
try this before
Livewire::test
It doesn't take strings, just
Panel|null
:/Solution
sorry
✅
Thanks!