Skip to content

Commit f68485e

Browse files
committed
chore: fix flaky test
1 parent b0c0055 commit f68485e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript-sdk/apps/dojo/e2e/tests/langgraphFastAPITests/sharedStatePage.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test.describe("Shared State Feature", () => {
4444
await page.waitForTimeout(1000);
4545

4646
// Ask chat for all ingredients
47-
await sharedStateAgent.sendMessage("Give me all the ingredients");
47+
await sharedStateAgent.sendMessage("Give me all the ingredients, also list them in your message");
4848
await sharedStateAgent.loader();
4949

5050
// Verify chat response includes both existing and new ingredients

0 commit comments

Comments
 (0)