Test: Route not defined

How should I approach this problem? I'm testing the admin panel, and it has a view route. However, when doing livewire(ListUsers::class), it throws this route not defined. I'm thinking Filament registers the route, but it's not yet registered in the tests
Was this page helpful?