Files
copilotkit__copilotkit/showcase/integrations/agno/qa/chat-customization-css.md
Jordan Ritter dd06dd89d1 refactor(showcase): rename packages/ to integrations/
The showcase framework directories better reflect their role as
integration examples rather than distributable packages.
Renames showcase/packages/ -> showcase/integrations/ and updates
the test docker-compose file reference accordingly.
2026-04-28 07:47:35 -07:00

38 lines
988 B
Markdown

# QA: Chat Customization (CSS) — Agno
## Prerequisites
- Demo deployed at `/demos/chat-customization-css`
- Agent backend healthy (`/api/health`)
## Test Steps
### 1. Basic Functionality
- [ ] Navigate to `/demos/chat-customization-css`
- [ ] Verify the `.chat-css-demo-scope` wrapper is visible
- [ ] Verify the themed chat input (`data-testid="copilot-chat-input"`) is inside the scope
### 2. Feature-Specific Checks
#### CSS Variables
- [ ] Read computed styles on the scope:
- `--copilot-kit-primary-color` = `#ff006e`
- `--copilot-kit-background-color` = `#fff8f0`
- `--copilot-kit-secondary-color` = `#fde047`
#### Input Font
- [ ] Verify the textarea uses Georgia serif font
#### Round-Trip Styling
- [ ] Send "hello"
- [ ] Verify the user bubble background is a hot-pink linear-gradient containing `rgb(255, 0, 110)`
- [ ] Verify the assistant bubble background is `rgb(253, 224, 71)` (amber `#fde047`)
### 3. Error Handling
- [ ] No uncaught console errors