Skip to content

Commit 6b82cff

Browse files
committed
test(chat-messages): add static VRT for ai-chat-container
1 parent 8305f63 commit 6b82cff

File tree

4 files changed

+37
-0
lines changed

4 files changed

+37
-0
lines changed

playwright/e2e/element-examples/static.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,4 @@ test('si-chat-messages/si-chat-message', ({ si }) => si.static());
116116
test('si-chat-messages/si-attachment-list', ({ si }) => si.static());
117117
test('si-chat-messages/si-chat-input', ({ si }) => si.static());
118118
test('si-chat-messages/si-chat-container', ({ si }) => si.static());
119+
test('si-chat-messages/si-ai-chat-container', ({ si }) => si.static());
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
- group:
2+
- button "data-analysis.py"
3+
- group:
4+
- button "dataset.csv"
5+
- paragraph: Can you help me analyze these files?
6+
- paragraph: I'm having trouble understanding the data structure and need assistance with the implementation.
7+
- button "Copy message"
8+
- paragraph: I'd be happy to help you analyze your files! I can see you've shared a Python script and a CSV dataset.
9+
- paragraph: Let me examine the structure and provide guidance.
10+
- button "Good response"
11+
- button "Copy response"
12+
- button "Retry response"
13+
- button "More actions"
14+
- paragraph: Perfect! What should I focus on first
15+
- paragraph: I also want to make sure the performance is optimized for large datasets since this will be used in production with potentially millions of rows?
16+
- button "Copy message"
17+
- paragraph: Great question! When analyzing large datasets, it's crucial to focus on...
18+
- alert: Info AI responses are for demonstration purposes.
19+
- group:
20+
- text: requirements.pdf
21+
- button "Remove attachment requirements.pdf"
22+
- group:
23+
- text: mockup.png
24+
- button "Remove attachment mockup.png"
25+
- textbox "Chat message input":
26+
- /placeholder: Enter a command, question or topic…
27+
- button "Attach file"
28+
- button "Text formatting"
29+
- button "Message templates"
30+
- button "Send"

0 commit comments

Comments
 (0)