diff --git a/tests/TestBrowserCase.php b/tests/TestBrowserCase.php index 2163ae8ea..dd8bcfa5f 100644 --- a/tests/TestBrowserCase.php +++ b/tests/TestBrowserCase.php @@ -49,9 +49,9 @@ protected function getEnvironmentSetUp($app) config()->set('platform.prevents_abandonment', false); - if (isset($_SERVER['CI'])) { + // if (isset($_SERVER['RUNNING_IN_CI'])) { Options::withoutUI(); - } + //} } protected function createAdminUser(array $attributes = []): User