Skip to content

Commit 2d659da

Browse files
ci: try without --
1 parent d8598d1 commit 2d659da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ try {
1818
browserName: 'MicrosoftEdge',
1919
'ms:edgeOptions': {
2020
binary: findEdgePath(),
21-
args: ['--no-sandbox']
21+
args: ['no-sandbox']
2222
}
2323
}
2424
})

0 commit comments

Comments
 (0)