mirror of https://github.com/openclaw/openclaw.git
test: align chrome launch args fixture with current browser profile type
This commit is contained in:
parent
72d775e069
commit
c3f1d43a10
|
|
@ -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",
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue