Skip to content

Commit 2ef5174

Browse files
.
1 parent 981573e commit 2ef5174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/tests-unit/files/FWO.Test/HtmlToPdfTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public async Task GeneratePdf()
6363

6464
using IBrowser? browser = await Puppeteer.LaunchAsync(new LaunchOptions
6565
{
66-
ExecutablePath = isGitHubActions != null ? "/usr/bin/chromium-browser" : installedBrowser.GetExecutablePath(),
66+
ExecutablePath = installedBrowser.GetExecutablePath(),
6767
Headless = true,
6868
DumpIO = isGitHubActions != null ? true : false, // Enables debug logs
6969
Args = isGitHubActions != null ?

0 commit comments

Comments
 (0)