jqh 4 年 前
コミット
a76d3c0926
1 ファイル変更1 行追加1 行削除
  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 89
+php artisan dusk:chrome-driver
 cp -f ./tests/routes.php ./app/Admin/
 cp -rf ./tests/resources/config ./config/