Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 6ae0c76

Browse files
committed
Disable sandbox
1 parent c39b9b9 commit 6ae0c76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/DuskIntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ protected function getPackageProviders($app)
2020
protected function driver()
2121
{
2222
$options = (new ChromeOptions())->addArguments([
23+
'--no-sandbox',
2324
'--disable-gpu',
2425
'--headless',
2526
'--window-size=1920, 1080',

0 commit comments

Comments
 (0)