From 922652d5c1a494ba68ea8fac0796ddcc27fb55e4 Mon Sep 17 00:00:00 2001 From: Cole Shirley <84236864+coleshirley@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:23:41 -0600 Subject: [PATCH] Set current panel to 'admin' in testing resources (#19315) Signed-off-by: Cole Shirley <84236864+coleshirley@users.noreply.github.com> --- docs/10-testing/02-testing-resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/10-testing/02-testing-resources.md b/docs/10-testing/02-testing-resources.md index d6591330be..a56a7e7b90 100644 --- a/docs/10-testing/02-testing-resources.md +++ b/docs/10-testing/02-testing-resources.md @@ -444,5 +444,6 @@ use Filament\Facades\Filament; $team = Team::factory()->create(); Filament::setTenant($this->team); +Filament::setCurrentPanel('admin'); Filament::bootCurrentPanel(); ```