Skip to content

test(c-subagents): delete legacy orphan e2e spec#489

Merged
blove merged 1 commit into
mainfrom
claude/orphan-delete
May 20, 2026
Merged

test(c-subagents): delete legacy orphan e2e spec#489
blove merged 1 commit into
mainfrom
claude/orphan-delete

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented May 20, 2026

Summary

Deletes `cockpit/chat/subagents/angular/e2e/subagents.spec.ts` — a pre-aimock-era spec that runs silently alongside `c-subagents.spec.ts` (Playwright `testMatch: '**/*.spec.ts'` picks both up). The orphan:

  • Hardcodes `http://localhost:4505\` bypassing Playwright's `baseURL`.
  • Tests stale DOM structure (Orchestrator / Research Agent / Analysis Agent / Summary Agent — names from an older cap shape).
  • Bypasses the harness (no aimock; would hit a real LLM if it ran).

The aimock-backed `c-subagents.spec.ts` is the canonical coverage. Identified during the post-Task-#4 e2e audit.

Test plan

  • CI `Cockpit — e2e (cockpit-chat-subagents-angular)` passes (only the aimock spec runs now).

🤖 Generated with Claude Code

`cockpit/chat/subagents/angular/e2e/subagents.spec.ts` is a pre-aimock-era
spec that runs silently alongside `c-subagents.spec.ts` (testMatch:
'**/*.spec.ts' picks both up). It:

- Hardcodes `http://localhost:4505` bypassing Playwright's baseURL.
- Tests stale DOM structure (Orchestrator/Research Agent/Analysis
  Agent/Summary Agent — names from an older cap shape).
- Bypasses the harness (no aimock; would hit a real LLM if it ran).

The aimock-backed `c-subagents.spec.ts` is the canonical coverage for
this cap. Identified during the post-Task-#4 e2e audit.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment May 20, 2026 3:49pm

Request Review

@blove blove merged commit b628884 into main May 20, 2026
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant