test: add slack onboarding channel smoke (#77575)

This commit is contained in:
Kevin Lin
2026-05-04 16:51:34 -07:00
committed by GitHub
parent cf1bd30509
commit cb9824d6b4
8 changed files with 46 additions and 8 deletions

View File

@@ -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",

View File

@@ -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",