mirror of
https://github.com/filamentphp/filament.git
synced 2026-09-21 05:20:26 +08:00
chore: Introduce Pest browser testing for the framework (#18857)
* chore: Introduce Pest browser testing for the framework * cs * fix tests * fix * Update tags-input.blade.php
This commit is contained in:
@@ -6,3 +6,6 @@ expect()->extend('toBeSameModel', function (Model $model) {
|
||||
return $this
|
||||
->is($model)->toBeTrue();
|
||||
});
|
||||
|
||||
pest()->browser()
|
||||
->timeout(10000);
|
||||
|
||||
Reference in New Issue
Block a user