mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:20:42 +00:00
test: add slack onboarding channel smoke (#77575)
This commit is contained in:
@@ -151,6 +151,7 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
expect(packageUpdateCore.lanes.map((lane) => lane.name)).toEqual([
|
||||
"npm-onboard-channel-agent",
|
||||
"npm-onboard-discord-channel-agent",
|
||||
"npm-onboard-slack-channel-agent",
|
||||
"doctor-switch",
|
||||
"update-channel-switch",
|
||||
"upgrade-survivor",
|
||||
@@ -166,6 +167,10 @@ describe("scripts/lib/docker-e2e-plan", () => {
|
||||
name: "npm-onboard-discord-channel-agent",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "npm-onboard-slack-channel-agent",
|
||||
stateScenario: "empty",
|
||||
}),
|
||||
expect.objectContaining({
|
||||
name: "doctor-switch",
|
||||
stateScenario: "empty",
|
||||
|
||||
Reference in New Issue
Block a user