File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
tests-unit/files/FWO.Test Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,8 @@ public static string ToUtcString(string? timestring)
254254 using IBrowser ? browser = await Puppeteer . LaunchAsync ( new LaunchOptions
255255 {
256256 ExecutablePath = brw . GetExecutablePath ( ) ,
257- Headless = true
257+ Headless = true ,
258+ Args = new [ ] { "CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox" }
258259 } ) ;
259260
260261 try
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ public async Task GeneratePdf()
5252 using IBrowser ? browser = await Puppeteer . LaunchAsync ( new LaunchOptions
5353 {
5454 ExecutablePath = brw . GetExecutablePath ( ) ,
55- Headless = true
55+ Headless = true ,
56+ Args = new [ ] { "CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox" }
5657 } ) ;
5758
5859 try
You can’t perform that action at this time.
0 commit comments