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 021df64 commit 0950859Copy full SHA for 0950859
1 file changed
web/packages/selfhosted/wdio.conf.ts
@@ -45,7 +45,7 @@ if (chrome) {
45
if (edge) {
46
const args = ["--disable-gpu", "--enable-unsafe-swiftshader"];
47
if (headless) {
48
- args.push("--headless", "--no-sandbox");
+ args.push("--headless");
49
}
50
capabilities.push({
51
"wdio:maxInstances": maxInstances,
0 commit comments