Browse Source

laravel dusk chrome 98

jqh 3 years ago
parent
commit
e17783bb6c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/bin/install-admin.sh

+ 1 - 1
tests/bin/install-admin.sh

@@ -4,6 +4,6 @@ cd ./laravel-tests
 php artisan admin:publish --force
 php artisan admin:install
 php artisan migrate:rollback
-php artisan dusk:chrome-driver 95
+php artisan dusk:chrome-driver 98
 cp -f ./tests/routes.php ./app/Admin/
 cp -rf ./tests/resources/config ./config/