11 lines
602 B
Markdown
11 lines
602 B
Markdown
# QA: Headless Chat (Complete) — CrewAI (Crews)
|
|
|
|
- [ ] Navigate to `/demos/headless-complete`.
|
|
- [ ] Verify the header "Headless Chat (Complete)" renders.
|
|
- [ ] Verify the composer `textarea` and Send button are visible.
|
|
- [ ] Ask "What's the weather in Tokyo?"; verify `WeatherCard` renders in a left-aligned assistant bubble.
|
|
- [ ] Ask "Highlight 'meeting at 3pm' in yellow"; verify `HighlightNote` renders.
|
|
- [ ] Verify typing indicator (animated dot) shows while agent is running.
|
|
- [ ] Verify auto-scroll to bottom on new messages.
|
|
- [ ] Verify Stop button replaces Send while agent is running.
|