fix(react-core): Create synthetic message in coagent state render bridge #340
Annotations
21 errors and 15 notices
|
[chromium] › tests/adkMiddlewareTests/humanInTheLoopPage.spec.ts:5:7 › Human in the Loop Feature › [ADK Middleware] should interact with the chat and perform steps:
ag-ui/apps/dojo/e2e/pages/adkMiddlewarePages/HumanInLoopPage.ts#L58
1) [chromium] › tests/adkMiddlewareTests/humanInTheLoopPage.spec.ts:5:7 › Human in the Loop Feature › [ADK Middleware] should interact with the chat and perform steps
TimeoutError: locator.innerText: Timeout 60000ms exceeded.
Call log:
- waiting for getByTestId('select-steps').getByTestId('step-item').filter({ has: getByTestId('step-text').filter({ hasText: 'eggs' }) }).first().getByTestId('step-text')
at ../pages/adkMiddlewarePages/HumanInLoopPage.ts:58
56 | }
57 | const stepTextElement = item.getByTestId('step-text');
> 58 | const text = await stepTextElement.innerText();
| ^
59 | await item.click();
60 |
61 | return text;
at HumanInLoopPage.uncheckItem (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/pages/adkMiddlewarePages/HumanInLoopPage.ts:58:40)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/adkMiddlewareTests/humanInTheLoopPage.spec.ts:28:25
at retryOnAIFailure (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/test-isolation-helper.ts:45:14)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/adkMiddlewareTests/humanInTheLoopPage.spec.ts:8:5
|
|
llama-index
Process completed with exit code 1.
|
|
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:6:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat to get a planner on prompt:
ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts#L23
2) [chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:6:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat to get a planner on prompt
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
21 | await genUIAgent.sendButton.click();
22 |
> 23 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
24 |
25 | await genUIAgent.plan();
26 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts:23:52
|
|
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts#L57
1) [chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
55 | await genUIAgent.sendButton.click();
56 |
> 57 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
58 |
59 | await genUIAgent.plan();
60 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts:57:52
|
|
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts#L57
1) [chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
55 | await genUIAgent.sendButton.click();
56 |
> 57 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
58 |
59 | await genUIAgent.plan();
60 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts:57:52
|
|
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts#L57
1) [chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
55 | await genUIAgent.sendButton.click();
56 |
> 57 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
58 |
59 | await genUIAgent.plan();
60 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts:57:52
|
|
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/pages/llamaIndexPages/AgenticUIGenPage.ts#L28
1) [chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps
Error: expect(received).toBeGreaterThan(expected)
Expected: > 0
Received: 0
at ../pages/llamaIndexPages/AgenticUIGenPage.ts:28
26 | const stepItems = this.agentPlannerContainer.getByTestId('task-step-text');
27 | const count = await stepItems.count();
> 28 | expect(count).toBeGreaterThan(0);
| ^
29 | for (let i = 0; i < count; i++) {
30 | const stepText = await stepItems.nth(i).textContent();
31 | console.log(`Step ${i + 1}: ${stepText?.trim()}`);
at AgenticGenUIPage.plan (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/pages/llamaIndexPages/AgenticUIGenPage.ts:28:19)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/llamaIndexTests/agenticGenUI.spec.ts:59:5
|
|
[chromium] › tests/crewAITests/sharedStatePage.spec.ts:5:7 › Shared State Feature › [CrewAI] should interact with the chat to get a recipe on prompt:
ag-ui/apps/dojo/e2e/featurePages/SharedStatePage.ts#L53
1) [chromium] › tests/crewAITests/sharedStatePage.spec.ts:5:7 › Shared State Feature › [CrewAI] should interact with the chat to get a recipe on prompt
Error: Timed out 120000ms waiting for expect(locator).toBeVisible()
Locator: locator('.ingredient-card:has(input.ingredient-name-input[value="Pasta"])')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 120000ms
- waiting for locator('.ingredient-card:has(input.ingredient-name-input[value="Pasta"])')
at ../featurePages/SharedStatePage.ts:53
51 | const selector = `.ingredient-card:has(input.ingredient-name-input[value="${name}"])`;
52 | const cardLocator = this.page.locator(selector);
> 53 | await expect(cardLocator).toBeVisible();
| ^
54 | }
55 |
56 | async addNewIngredient(placeholderText: string) {
at SharedStatePage.awaitIngredientCard (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/featurePages/SharedStatePage.ts:53:31)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/crewAITests/sharedStatePage.spec.ts:18:28
|
|
[chromium] › tests/pydanticAITests/sharedStatePage.spec.ts:5:7 › Shared State Feature › [PydanticAI] should interact with the chat to get a recipe on prompt:
ag-ui/apps/dojo/e2e/featurePages/SharedStatePage.ts#L53
1) [chromium] › tests/pydanticAITests/sharedStatePage.spec.ts:5:7 › Shared State Feature › [PydanticAI] should interact with the chat to get a recipe on prompt
Error: Timed out 120000ms waiting for expect(locator).toBeVisible()
Locator: locator('.ingredient-card:has(input.ingredient-name-input[value="Pasta"])')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 120000ms
- waiting for locator('.ingredient-card:has(input.ingredient-name-input[value="Pasta"])')
at ../featurePages/SharedStatePage.ts:53
51 | const selector = `.ingredient-card:has(input.ingredient-name-input[value="${name}"])`;
52 | const cardLocator = this.page.locator(selector);
> 53 | await expect(cardLocator).toBeVisible();
| ^
54 | }
55 |
56 | async addNewIngredient(placeholderText: string) {
at SharedStatePage.awaitIngredientCard (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/featurePages/SharedStatePage.ts:53:31)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/pydanticAITests/sharedStatePage.spec.ts:18:28
|
|
[chromium] › tests/langgraphPythonTests/toolBasedGenUIPage.spec.ts:7:5 › [LangGraph] Haiku generation and display verification:
ag-ui/apps/dojo/e2e/featurePages/ToolBaseGenUIPage.ts#L44
2) [chromium] › tests/langgraphPythonTests/toolBasedGenUIPage.spec.ts:7:5 › [LangGraph] Haiku generation and display verification
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[data-testid="haiku-card"]').last().locator('[data-testid="haiku-japanese-line"]').first() to be visible
at ../featurePages/ToolBaseGenUIPage.ts:44
42 | .locator('[data-testid="haiku-japanese-line"]')
43 | .first()
> 44 | .waitFor({ state: "visible", timeout: 20000 });
| ^
45 | }
46 |
47 | async extractChatHaikuContent(page: Page): Promise<string> {
at ToolBaseGenUIPage.checkGeneratedHaiku (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/featurePages/ToolBaseGenUIPage.ts:44:8)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphPythonTests/toolBasedGenUIPage.spec.ts:16:3
|
|
[chromium] › tests/langgraphPythonTests/predictiveStateUpdatePage.spec.ts:9:7 › Predictive Status Updates Feature › [LangGraph] should interact with agent and approve asked changes:
ag-ui/apps/dojo/e2e/pages/langGraphPages/PredictiveStateUpdatesPage.ts#L74
1) [chromium] › tests/langgraphPythonTests/predictiveStateUpdatePage.spec.ts:9:7 › Predictive Status Updates Feature › [LangGraph] should interact with agent and approve asked changes
TimeoutError: locator.textContent: Timeout 60000ms exceeded.
Call log:
- waiting for locator('div.tiptap').locator('text=Atlantis').first()
at ../pages/langGraphPages/PredictiveStateUpdatesPage.ts:74
72 | const paragraphWithName = await this.page.locator(`div.tiptap >> text=${dragonName}`).first();
73 |
> 74 | const fullText = await paragraphWithName.textContent();
| ^
75 | if (!fullText) {
76 | return null;
77 | }
at PredictiveStateUpdatesPage.verifyAgentResponse (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/pages/langGraphPages/PredictiveStateUpdatesPage.ts:74:46)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphPythonTests/predictiveStateUpdatePage.spec.ts:30:26
at retryOnAIFailure (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/test-isolation-helper.ts:45:14)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphPythonTests/predictiveStateUpdatePage.spec.ts:12:5
|
|
langgraph-fastapi
Process completed with exit code 1.
|
|
[chromium] › tests/langgraphFastAPITests/toolBasedGenUIPage.spec.ts:7:5 › [LangGraph FastAPI] Haiku generation and display verification:
ag-ui/apps/dojo/e2e/featurePages/ToolBaseGenUIPage.ts#L44
4) [chromium] › tests/langgraphFastAPITests/toolBasedGenUIPage.spec.ts:7:5 › [LangGraph FastAPI] Haiku generation and display verification
TimeoutError: locator.waitFor: Timeout 20000ms exceeded.
Call log:
- waiting for locator('[data-testid="haiku-card"]').last().locator('[data-testid="haiku-japanese-line"]').first() to be visible
at ../featurePages/ToolBaseGenUIPage.ts:44
42 | .locator('[data-testid="haiku-japanese-line"]')
43 | .first()
> 44 | .waitFor({ state: "visible", timeout: 20000 });
| ^
45 | }
46 |
47 | async extractChatHaikuContent(page: Page): Promise<string> {
at ToolBaseGenUIPage.checkGeneratedHaiku (/home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/featurePages/ToolBaseGenUIPage.ts:44:8)
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/toolBasedGenUIPage.spec.ts:16:3
|
|
[chromium] › tests/langgraphFastAPITests/sharedStatePage.spec.ts:24:7 › Shared State Feature › [LangGraph FastAPI] should share state between UI and chat:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/sharedStatePage.spec.ts#L51
3) [chromium] › tests/langgraphFastAPITests/sharedStatePage.spec.ts:24:7 › Shared State Feature › [LangGraph FastAPI] should share state between UI and chat
Error: Timed out 120000ms waiting for expect(locator).toBeVisible()
Locator: locator('.copilotKitAssistantMessage').getByText(/Potatoes/)
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 120000ms
- waiting for locator('.copilotKitAssistantMessage').getByText(/Potatoes/)
49 |
50 | // Verify chat response includes both existing and new ingredients
> 51 | await expect(sharedStateAgent.agentMessage.getByText(/Potatoes/)).toBeVisible();
| ^
52 | await expect(sharedStateAgent.agentMessage.getByText(/12/)).toBeVisible();
53 | await expect(sharedStateAgent.agentMessage.getByText(/Carrots/)).toBeVisible();
54 | await expect(sharedStateAgent.agentMessage.getByText(/All-Purpose Flour/)).toBeVisible();
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/sharedStatePage.spec.ts:51:71
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L55
2) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
53 | await genUIAgent.sendButton.click();
54 |
> 55 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
56 | await genUIAgent.plan();
57 |
58 | await page.waitForFunction(
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:55:52
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L55
2) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
53 | await genUIAgent.sendButton.click();
54 |
> 55 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
56 | await genUIAgent.plan();
57 |
58 | await page.waitForFunction(
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:55:52
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L55
2) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
53 | await genUIAgent.sendButton.click();
54 |
> 55 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
56 | await genUIAgent.plan();
57 |
58 | await page.waitForFunction(
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:55:52
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L22
1) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
20 | await genUIAgent.sendButton.click();
21 |
> 22 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
23 |
24 | await genUIAgent.plan();
25 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:22:52
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L22
1) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
20 | await genUIAgent.sendButton.click();
21 |
> 22 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
23 |
24 | await genUIAgent.plan();
25 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:22:52
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L22
1) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
20 | await genUIAgent.sendButton.click();
21 |
> 22 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
23 |
24 | await genUIAgent.plan();
25 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:22:52
|
|
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt:
ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts#L22
1) [chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt
Error: Timed out 15000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('task-progress')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 15000ms
- waiting for getByTestId('task-progress')
20 | await genUIAgent.sendButton.click();
21 |
> 22 | await expect(genUIAgent.agentPlannerContainer).toBeVisible({ timeout: 15000 });
| ^
23 |
24 | await genUIAgent.plan();
25 |
at /home/runner/work/CopilotKit/CopilotKit/ag-ui/apps/dojo/e2e/tests/langgraphFastAPITests/agenticGenUI.spec.ts:22:52
|
|
🎭 Playwright Run Summary
1 passed (6.0s)
|
|
🎭 Playwright Run Summary
1 passed (6.2s)
|
|
🎭 Playwright Run Summary
1 passed (3.5s)
|
|
🎭 Playwright Run Summary
9 passed (1.7m)
|
|
🎭 Playwright Run Summary
1 skipped
8 passed (1.5m)
|
|
🎭 Playwright Run Summary
1 skipped
9 passed (1.8m)
|
|
🎭 Playwright Run Summary
10 passed (2.1m)
|
|
🎭 Playwright Run Summary
10 passed (2.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/adkMiddlewareTests/humanInTheLoopPage.spec.ts:5:7 › Human in the Loop Feature › [ADK Middleware] should interact with the chat and perform steps
2 skipped
9 passed (3.4m)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:40:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat using predefined prompts and perform steps
1 flaky
[chromium] › tests/llamaIndexTests/agenticGenUI.spec.ts:6:7 › Agent Generative UI Feature › [LlamaIndex] should interact with the chat to get a planner on prompt
8 passed (3.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/crewAITests/sharedStatePage.spec.ts:5:7 › Shared State Feature › [CrewAI] should interact with the chat to get a recipe on prompt
1 skipped
10 passed (4.2m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/pydanticAITests/sharedStatePage.spec.ts:5:7 › Shared State Feature › [PydanticAI] should interact with the chat to get a recipe on prompt
2 skipped
11 passed (4.3m)
|
|
🎭 Playwright Run Summary
15 passed (4.0m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/langgraphPythonTests/predictiveStateUpdatePage.spec.ts:9:7 › Predictive Status Updates Feature › [LangGraph] should interact with agent and approve asked changes
[chromium] › tests/langgraphPythonTests/toolBasedGenUIPage.spec.ts:7:5 › [LangGraph] Haiku generation and display verification
14 passed (8.8m)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:5:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat to get a planner on prompt
3 flaky
[chromium] › tests/langgraphFastAPITests/agenticGenUI.spec.ts:38:7 › Agent Generative UI Feature › [LangGraph FastAPI] should interact with the chat using predefined prompts and perform steps
[chromium] › tests/langgraphFastAPITests/sharedStatePage.spec.ts:24:7 › Shared State Feature › [LangGraph FastAPI] should share state between UI and chat
[chromium] › tests/langgraphFastAPITests/toolBasedGenUIPage.spec.ts:7:5 › [LangGraph FastAPI] Haiku generation and display verification
12 passed (11.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
a2a-middleware-playwright-traces
Expired
|
173 KB |
sha256:5edd6a0e0a4756929c2b05b93810a70995a64ce5c38213d16793624fa515156d
|
|
|
adk-middleware-playwright-traces
Expired
|
2.1 MB |
sha256:ee7d7cdd2973e60da60063a5b4d79fcfea43b40e3c52e3aca2cf57d7485f2a34
|
|
|
agno-playwright-traces
Expired
|
185 KB |
sha256:dc4f1c2dca5e5dc1fba5cb38f09c868b6e18d1906db0f5c74719d6ac7949b367
|
|
|
aws-strands-playwright-traces
Expired
|
188 KB |
sha256:005f939f88ed6bd2e943e170aeedd733127a7c9288b04f6d4755f7429aba623c
|
|
|
crew-ai-playwright-traces
Expired
|
4.92 MB |
sha256:e01941d3c3baf98a1c1d1e504167e24e7e64374e0a3e3824d99b1915f2a8d53b
|
|
|
langgraph-fastapi-playwright-traces
Expired
|
11.4 MB |
sha256:6cf2bb212935739c7092c8410f98ccb339d62439629963404a49b020137556d5
|
|
|
langgraph-python-playwright-traces
Expired
|
3.49 MB |
sha256:c67d44822716441a0de042763e7abb0d69bb80d6f447d8a6f4e1102734079214
|
|
|
langgraph-typescript-playwright-traces
Expired
|
199 KB |
sha256:237c6d98ea56d1b7277fbfe0b3aac52b917d9ae6660f65a7e844feb849da7808
|
|
|
llama-index-playwright-traces
Expired
|
4.57 MB |
sha256:15e802930febbba5e7cc73c9021033c73f4e416cd7528c578e52ee853cbf4edf
|
|
|
mastra-agent-local-playwright-traces
Expired
|
189 KB |
sha256:5d6d8dabff065bc6ee072b698a076386e1c7b49f1b4d0b8b0c007b02874b579b
|
|
|
mastra-playwright-traces
Expired
|
184 KB |
sha256:972c6784b19005a79dab42fed7f53e26709960c35da364a94a9082f918644606
|
|
|
middleware-starter-playwright-traces
Expired
|
173 KB |
sha256:0d56fdd59f7060c9d7b703c2951445cae47b5bcdfe04e5215467e35e3bf92769
|
|
|
pydantic-ai-playwright-traces
Expired
|
5.53 MB |
sha256:09c592c676ec32293bd044dd200efe9b8aa13fe3713a835fadc823409e740ea5
|
|
|
server-starter-all-playwright-traces
Expired
|
190 KB |
sha256:04e9bc58e19e9a10f7135fbd0019ea2577d50ccf0362706b1079c20a37de70db
|
|
|
server-starter-playwright-traces
Expired
|
173 KB |
sha256:e8bef0e7dfb2eb8c082b62de9ceeb8bf88a1c3c9957670d2ff3076ab2a7cc730
|
|