Moktar
How to test if panel is fully loaded successfully when having error with some widgets
Hello guys
I'm having a pass test $this->get('admin')->assertSuccessful() for a panel, while the same panel has error with some widget.
Test passes with 200 since widgets are lazy-loaded by default,
that what documents says https://filamentphp.com/docs/3.x/widgets/stats-overview#disabling-lazy-loading
How can I do that test right?
Thanks
1 replies