Skip to content

Commit 3b67b11

Browse files
committed
small tweak to a test due to new models
Signed-off-by: Tyler Slaton <[email protected]>
1 parent e6f4e74 commit 3b67b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ test("[MastraAgentLocal] Agentic Chat sends and receives a message", async ({
2222

2323
await waitForAIResponse(page);
2424
await chat.assertUserMessageVisible("Hi, I am duaa");
25-
await chat.assertAgentReplyVisible(/Hello/i);
25+
await chat.assertAgentReplyVisible(/Hello|Hi/i);
2626
});
2727
});
2828

0 commit comments

Comments
 (0)