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.
now, when I want to write tests for the App Panel, then im facing problems.
- the routes are not correct SomeResource::getUrl() returns an admin route and not a App route.
- If I use a route() instead, then the $tenant url parameter is missing.