Revert 'headless' mode in Dusk
This commit is contained in:
parent
f55276c429
commit
553ce88af0
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ abstract class DuskTestCase extends BaseTestCase
|
|||
])->unless($this->hasHeadlessDisabled(), function ($items) {
|
||||
return $items->merge([
|
||||
'--disable-gpu',
|
||||
'--headless',
|
||||
]);
|
||||
})->all());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue