mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:10:43 +00:00
fix(browser): stabilize doctor diagnostics
This commit is contained in:
@@ -14,7 +14,9 @@ describe("browser doctor readiness", () => {
|
||||
},
|
||||
{
|
||||
noteFn,
|
||||
platform: "linux",
|
||||
env: { DISPLAY: ":99" },
|
||||
getUid: () => 1000,
|
||||
resolveManagedExecutable: () => ({ kind: "chrome", path: "/usr/bin/google-chrome" }),
|
||||
},
|
||||
);
|
||||
@@ -34,6 +36,8 @@ describe("browser doctor readiness", () => {
|
||||
{
|
||||
noteFn,
|
||||
platform: "linux",
|
||||
env: { DISPLAY: ":99" },
|
||||
getUid: () => 1000,
|
||||
resolveManagedExecutable: () => null,
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user