Add browser timeout to Pest tests
This commit is contained in:
parent
fc72516e57
commit
571f0159e1
|
|
@ -19,6 +19,8 @@ pest()->extend(Tests\TestCase::class)
|
|||
->use(Illuminate\Foundation\Testing\RefreshDatabase::class)
|
||||
->in('Browser');
|
||||
|
||||
pest()->browser()->timeout(10000);
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Expectations
|
||||
|
|
|
|||
Loading…
Reference in New Issue