Skip to content

Commit 52a429e

Browse files
authored
Merge pull request #16 from w3bdesign/dev
Re-enable headless testing
2 parents 4826bc8 + 67d1e71 commit 52a429e

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)