Skip to content

Commit fd3d60b

Browse files
authored
Merge branch 'master' into fix/remove-widget-container
2 parents f4875c8 + 4fad808 commit fd3d60b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const createBrowser = (opts?: LaunchOptions) =>
1414
headless: !process.env.HEADFULL,
1515
dumpio: true,
1616
...opts,
17+
args: ['--no-sandbox', ...opts?.args || []],
1718
});
1819

1920
export const withAudit = (

0 commit comments

Comments
 (0)