We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f43039 commit 4fad808Copy full SHA for 4fad808
1 file changed
tests/utils.tsx
@@ -14,6 +14,7 @@ export const createBrowser = (opts?: LaunchOptions) =>
14
headless: !process.env.HEADFULL,
15
dumpio: true,
16
...opts,
17
+ args: ['--no-sandbox', ...opts?.args || []],
18
});
19
20
export const withAudit = (
0 commit comments