Skip to content

Commit

Permalink
Added installation chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 28, 2024
1 parent 80a8afb commit 77c32dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestBrowserCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77c32dc

Please sign in to comment.