Skip to content

Commit 67d1e71

Browse files
committed
Re-enable headless testing
1 parent 18c332d commit 67d1e71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/DuskTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function driver()
3333
{
3434
$options = (new ChromeOptions)->addArguments([
3535
'--disable-gpu',
36-
// '--headless',
36+
'--headless',
3737
'--window-size=1920,1080',
3838
]);
3939

0 commit comments

Comments
 (0)