Set current panel to 'admin' in testing resources (#19315)

Signed-off-by: Cole Shirley <84236864+coleshirley@users.noreply.github.com>
This commit is contained in:
Cole Shirley
2026-02-23 02:23:41 -06:00
committed by GitHub
parent be9a8da375
commit 922652d5c1
+1
View File
@@ -444,5 +444,6 @@ use Filament\Facades\Filament;
$team = Team::factory()->create();
Filament::setTenant($this->team);
Filament::setCurrentPanel('admin');
Filament::bootCurrentPanel();
```