We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e07f7a6 commit 5ec8cddCopy full SHA for 5ec8cdd
1 file changed
web/packages/selfhosted/wdio.conf.ts
@@ -34,7 +34,7 @@ if (chrome) {
34
if (edge) {
35
const args = ["--disable-gpu", "--enable-unsafe-swiftshader"];
36
if (headless) {
37
- args.push("--headless", "--no-sandbox");
+ args.push("--headless");
38
}
39
capabilities.push({
40
"wdio:maxInstances": maxInstances,
0 commit comments