test(cockpit-chat): aimock e2e for c-generative-ui + c-a2ui (Task #4 final chat slice)#479
Merged
Conversation
Final 2 deferred surface caps from Task #4. Fixtures recorded via the per-cap record scripts shipped in PR #478: - c-generative-ui: 2 entries (dashboard + filter prompts). render_spec + query_recent_disruptions tool calls captured. Spec asserts the chat-generative-ui primitive mounts post-dashboard prompt. - c-a2ui: 2 entries (LAX-JFK + SFO-SEA prompts). BookingFormSpec tool calls captured. Spec asserts a2ui-surface primitive mounts. Both caps now in the cockpit-e2e matrix. Brings chat-cap aimock coverage to 10 of 11 caps (c-debug remains documented-as-skipped per PR #478 — viewer-only demo). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The dashboard spec renders a TREE of <chat-generative-ui> hosts (one per
node in the dashboard layout — 5 for the airline-operations spec), so
the bare `locator('chat-generative-ui')` hits Playwright's strict-mode
requirement that toBeVisible() target a single element.
Use .first().toBeVisible() to assert the root mounts; additionally
assert count > 0 so the tree-mount assertion stays meaningful if the
spec ever shrinks to a single-node dashboard.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Final 2 deferred surface caps from Task #4. Fixtures recorded via the per-cap record scripts shipped in PR #478. Brings cockpit-chat aimock coverage to 10 of 11 caps.
Caps shipped
Files
Status: cockpit-chat aimock coverage
Test plan
🤖 Generated with Claude Code