Getting all chats in list #243
Open
Annotations
9 errors and 1 notice
|
Execute integration tests
Process completed with exit code 1.
|
|
Execute integration tests:
ui-tests/tests/mcp-integration.spec.ts#L66
2) tests/mcp-integration.spec.ts:40:7 › #mcpIntegration › should display tool call from MCP server
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toContainText(expected) failed
Locator: locator('[id="@jupyterlite/ai:chat-panel"]').locator('.jp-ai-tool-call')
- Expected string - 1
+ Received string + 22
- Processed: hello world
+
+
+ ⚡
+ process_data
+ Completed
+
+
+
+ Input
+ {
+ "input": ""
+ }
+
+
+ Result
+ {
+ "type": "text",
+ "text": "Processed: "
+ }
+
+
+
Timeout: 5000ms
Call log:
- Expect "toContainText" with timeout 5000ms
- waiting for locator('[id="@jupyterlite/ai:chat-panel"]').locator('.jp-ai-tool-call')
9 × locator resolved to <details class="jp-ai-tool-call jp-ai-tool-completed">…</details>
- unexpected value "
⚡
process_data
Completed
Input
{
"input": ""
}
Result
{
"type": "text",
"text": "Processed: "
}
"
64 | ).toHaveCount(1, { timeout: 60000 });
65 | await expect(toolCall).toContainText('process_data');
> 66 | await expect(toolCall).toContainText('Processed: hello world');
| ^
67 | });
68 |
69 | test('should show MCP server as Connected in AI Settings', async ({
at /home/runner/work/ai/ai/ui-tests/tests/mcp-integration.spec.ts:66:28
|
|
Execute integration tests:
ui-tests/tests/mcp-integration.spec.ts#L56
2) tests/mcp-integration.spec.ts:40:7 › #mcpIntegration › should display tool call from MCP server
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[id="@jupyterlite/ai:chat-panel"]').locator('.jp-chat-message-header:has-text("Jupyternaut")')
Expected: 1
Received: 0
Timeout: 60000ms
Call log:
- Expect "toHaveCount" with timeout 60000ms
- waiting for locator('[id="@jupyterlite/ai:chat-panel"]').locator('.jp-chat-message-header:has-text("Jupyternaut")')
63 × locator resolved to 0 elements
- unexpected value "0"
54 | await expect(
55 | panel.locator('.jp-chat-message-header:has-text("Jupyternaut")')
> 56 | ).toHaveCount(1, { timeout: 60000 });
| ^
57 |
58 | // Wait for tool call to appear
59 | const toolCall = panel.locator('.jp-ai-tool-call');
at /home/runner/work/ai/ai/ui-tests/tests/mcp-integration.spec.ts:56:7
|
|
Execute integration tests:
ui-tests/tests/code-completion.spec.ts#L66
1) tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.press: Target page, context or browser has been closed
64 | // Trigger completion again by typing and deleting a character
65 | if (retries > 1) {
> 66 | await cell?.press('Backspace');
| ^
67 | }
68 | await cell?.pressSequentially('_');
69 | }
at /home/runner/work/ai/ai/ui-tests/tests/code-completion.spec.ts:66:27
|
|
Execute integration tests:
ui-tests/tests/code-completion.spec.ts#L0
1) tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 240000ms exceeded.
|
|
Execute integration tests:
ui-tests/tests/code-completion.spec.ts#L66
1) tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.press: Target page, context or browser has been closed
64 | // Trigger completion again by typing and deleting a character
65 | if (retries > 1) {
> 66 | await cell?.press('Backspace');
| ^
67 | }
68 | await cell?.pressSequentially('_');
69 | }
at /home/runner/work/ai/ai/ui-tests/tests/code-completion.spec.ts:66:27
|
|
Execute integration tests:
ui-tests/tests/code-completion.spec.ts#L0
1) tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 240000ms exceeded.
|
|
Execute integration tests:
ui-tests/tests/code-completion.spec.ts#L66
1) tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
Error: locator.press: Target page, context or browser has been closed
64 | // Trigger completion again by typing and deleting a character
65 | if (retries > 1) {
> 66 | await cell?.press('Backspace');
| ^
67 | }
68 | await cell?.pressSequentially('_');
69 | }
at /home/runner/work/ai/ai/ui-tests/tests/code-completion.spec.ts:66:27
|
|
Execute integration tests:
ui-tests/tests/code-completion.spec.ts#L0
1) tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
Test timeout of 240000ms exceeded.
|
|
Execute integration tests
1 failed
tests/code-completion.spec.ts:28:9 › #completionWithModelGeneric › should suggest inline completion
1 flaky
tests/mcp-integration.spec.ts:40:7 › #mcpIntegration › should display tool call from MCP server
14 passed (12.5m)
|
Loading