We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 118021f commit 8588b9bCopy full SHA for 8588b9b
1 file changed
tests/e2e/utils.mjs
@@ -85,6 +85,7 @@ async function createBrowser(browserKey, pathToExtension) {
85
args: [
86
`--disable-extensions-except=${pathToExtension}`,
87
`--load-extension=${pathToExtension}`,
88
+ '--no-sandbox',
89
],
90
});
91
}
0 commit comments