Skip to content

fix(chat): conform tool-views test selector (unbreak main chat:lint)#607

Merged
blove merged 1 commit into
mainfrom
claude/fix-chat-tool-views-selector
Jun 7, 2026
Merged

fix(chat): conform tool-views test selector (unbreak main chat:lint)#607
blove merged 1 commit into
mainfrom
claude/fix-chat-tool-views-selector

Conversation

@blove
Copy link
Copy Markdown
Contributor

@blove blove commented Jun 7, 2026

Summary

origin/main is red: the chat-tool-views spec (added in #600) declares a test fixture component with selector: 'test-weather-card', which fails @angular-eslint/component-selector (selectors must start with chat/a2ui). The Library — lint / test / build CI job lints all libs, so this blocks every PR.

Fix: rename test-weather-cardchat-test-weather-card (4 occurrences in one spec file — the @Component selector + 3 querySelector assertions). Test-only, zero runtime impact.

Verified locally: nx lint chat exit 0, nx test chat green.

🤖 Generated with Claude Code

…t rule

The chat-tool-views spec's fixture component used selector 'test-weather-card'
(added in #600), which fails @angular-eslint/component-selector (must start
with 'chat'/'a2ui'). Since the Library CI job lints all libs, this broke
chat:lint on main and blocked every PR. Rename to 'chat-test-weather-card'
(4 occurrences, test-only, zero runtime impact).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@blove blove enabled auto-merge (squash) June 7, 2026 02:41
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 7, 2026

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

Project Deployment Actions Updated (UTC)
threadplane Ready Ready Preview, Comment Jun 7, 2026 2:42am

Request Review

@blove blove merged commit 8bcc973 into main Jun 7, 2026
3 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