Skip to content

Commit

Permalink
ci: add --no-sandbox to browser args
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed May 15, 2024
1 parent bfcd31f commit d8598d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ try {
capabilities: {
browserName: 'MicrosoftEdge',
'ms:edgeOptions': {
binary: findEdgePath()
binary: findEdgePath(),
args: ['--no-sandbox']
}
}
})
Expand Down

0 comments on commit d8598d1

Please sign in to comment.