Skip to content

Commit 7bb4bf9

Browse files
committed
chore: attempt fix flaky test
1 parent e924493 commit 7bb4bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/e2e/tests/agnoTests/agenticChatPage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test("[Agno] Agentic Chat provides stock price information", async ({
4141

4242
// Ask for AAPL stock price
4343
await chat.sendMessage("What is the current stock price of AAPL");
44-
await chat.assertUserMessageVisible("What is the current stock price of AAPL");
44+
await chat.assertUserMessageVisible('What is the current stock price of AAPL. Respond with: "The current stock price of Apple Inc. (AAPL) is: {your answer}"');
4545
await waitForAIResponse(page);
4646

4747
// Check if the response contains the expected stock price information

0 commit comments

Comments
 (0)