testing panels in pest?

I have 2 panels with admin as the default panel.
now, when I want to write tests for the App Panel, then im facing problems.

  1. the routes are not correct SomeResource::getUrl() returns an admin route and not a App route.
  2. If I use a route() instead, then the $tenant url parameter is missing.
Is there any nice way to test the non default panel in filament without writing tons of pest setup code?
Was this page helpful?