chore(libreoffice): switch to supervisor (#708)

This commit is contained in:
Julien Neuhart
2023-10-28 17:55:53 +02:00
committed by GitHub
parent c8b318b315
commit 052448c59a
38 changed files with 2381 additions and 3093 deletions

View File

@@ -135,7 +135,7 @@ func TestChromiumBrowser_Stop(t *testing.T) {
b.isStarted.Store(false)
return b
}(),
expectError: true,
expectError: false,
},
} {
t.Run(tc.scenario, func(t *testing.T) {
@@ -927,7 +927,7 @@ func TestChromiumBrowser_pdf(t *testing.T) {
expectedError: ErrPageRangesSyntaxError,
},
{
scenario: "default options",
scenario: "success (default options)",
browser: newChromiumBrowser(
browserArguments{
binPath: os.Getenv("CHROMIUM_BIN_PATH"),