Add browser timeout to Pest tests

This commit is contained in:
Víctor Falcón 2025-12-03 17:42:18 +01:00
parent fc72516e57
commit 571f0159e1
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ pest()->extend(Tests\TestCase::class)
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
->in('Browser');
pest()->browser()->timeout(10000);
/*
|--------------------------------------------------------------------------
| Expectations