File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
typescript-sdk/apps/dojo/e2e/tests/llamaIndexTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ test.describe("Agent Generative UI Feature", () => {
17
17
await genUIAgent . sendButton . click ( ) ;
18
18
await genUIAgent . assertAgentReplyVisible ( / H e l l o / ) ;
19
19
20
- await genUIAgent . sendMessage ( "Give me a plan to make brownies" ) ;
20
+ await genUIAgent . sendMessage ( "Give me a plan to make brownies using your tools " ) ;
21
21
await genUIAgent . sendButton . click ( ) ;
22
22
23
23
await expect ( genUIAgent . agentPlannerContainer ) . toBeVisible ( { timeout : 15000 } ) ;
@@ -51,7 +51,7 @@ test.describe("Agent Generative UI Feature", () => {
51
51
await genUIAgent . sendButton . click ( ) ;
52
52
await genUIAgent . assertAgentReplyVisible ( / H e l l o / ) ;
53
53
54
- await genUIAgent . sendMessage ( "Go to Mars" ) ;
54
+ await genUIAgent . sendMessage ( "Go to Mars using your tools " ) ;
55
55
await genUIAgent . sendButton . click ( ) ;
56
56
57
57
await expect ( genUIAgent . agentPlannerContainer ) . toBeVisible ( { timeout : 15000 } ) ;
You can’t perform that action at this time.
0 commit comments