mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-11 17:21:13 +00:00
test: align chrome launch args fixture with current browser profile type
This commit is contained in:
committed by
Peter Steinberger
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",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user