Skip to content

Commit d8598d1

Browse files
ci: add --no-sandbox to browser args
1 parent bfcd31f commit d8598d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test.e2e.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ try {
1717
capabilities: {
1818
browserName: 'MicrosoftEdge',
1919
'ms:edgeOptions': {
20-
binary: findEdgePath()
20+
binary: findEdgePath(),
21+
args: ['--no-sandbox']
2122
}
2223
}
2324
})

0 commit comments

Comments
 (0)