test: align chrome launch args fixture with current browser profile type

This commit is contained in:
Roger Deng 2026-03-23 03:54:15 +08:00 committed by Peter Steinberger
parent 72d775e069
commit c3f1d43a10
1 changed files with 2 additions and 3 deletions

View File

@ -31,11 +31,10 @@ describe("browser chrome launch args", () => {
cdpUrl: "http://127.0.0.1:18800",
cdpPort: 18800,
cdpHost: "127.0.0.1",
cdpProtocol: "http",
cdpPath: "",
cdpIsLoopback: true,
color: "#FF4500",
auth: undefined,
driver: "openclaw",
attachOnly: false,
},
userDataDir: "/tmp/openclaw-test-user-data",
});