mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-29 03:09:12 +08:00
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:
@@ -444,5 +444,6 @@ use Filament\Facades\Filament;
|
||||
$team = Team::factory()->create();
|
||||
|
||||
Filament::setTenant($this->team);
|
||||
Filament::setCurrentPanel('admin');
|
||||
Filament::bootCurrentPanel();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user