mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:20:43 +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",
|
||||
|
||||
@@ -37,6 +37,7 @@ describe("scripts/lib/plugin-prerelease-test-plan.mjs", () => {
|
||||
expect(plan.dockerLanes).toEqual([
|
||||
"npm-onboard-channel-agent",
|
||||
"npm-onboard-discord-channel-agent",
|
||||
"npm-onboard-slack-channel-agent",
|
||||
"doctor-switch",
|
||||
"update-channel-switch",
|
||||
"plugins-offline",
|
||||
|
||||
Reference in New Issue
Block a user