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", () => {
1717 await genUIAgent . sendButton . click ( ) ;
1818 await genUIAgent . assertAgentReplyVisible ( / H e l l o / ) ;
1919
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 " ) ;
2121 await genUIAgent . sendButton . click ( ) ;
2222
2323 await expect ( genUIAgent . agentPlannerContainer ) . toBeVisible ( { timeout : 15000 } ) ;
@@ -51,7 +51,7 @@ test.describe("Agent Generative UI Feature", () => {
5151 await genUIAgent . sendButton . click ( ) ;
5252 await genUIAgent . assertAgentReplyVisible ( / H e l l o / ) ;
5353
54- await genUIAgent . sendMessage ( "Go to Mars" ) ;
54+ await genUIAgent . sendMessage ( "Go to Mars using your tools " ) ;
5555 await genUIAgent . sendButton . click ( ) ;
5656
5757 await expect ( genUIAgent . agentPlannerContainer ) . toBeVisible ( { timeout : 15000 } ) ;
You can’t perform that action at this time.
0 commit comments