Agent Mode: v1 Polish #603
Triggered via pull request
February 14, 2025 21:19
Status
Success
Total duration
13m 12s
Artifacts
–
test-mito-ai.yml
on: pull_request
Matrix: test-mitoai-frontend-jupyterlab
Annotations
2 errors, 8 warnings, and 4 notices
[chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan:
tests/mitoai_ui_tests/agent.spec.ts#L117
1) [chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan
Error: expect(received).toContain(expected) // indexOf
Expected value: "print('hi')"
Received array: ["
", "
"]
115 | // Ensure all code snippets are in the notebook
116 | codeSnippetsFromChatMessages.forEach(codeSnippet => {
> 117 | expect(codeFromCells).toContain(codeSnippet);
| ^
118 | });
119 | });
120 |
at forEach (/home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:117:35)
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:116:38
|
[chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan:
tests/mitoai_ui_tests/agent.spec.ts#L117
1) [chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan
Error: expect(received).toContain(expected) // indexOf
Expected value: "import sys import pandas as pd import matplotlib print(\"Python version:\", sys.version) print(\"Pandas version:\", pd.__version__) print(\"Matplotlib version:\", matplotlib.__version__)"
Received array: ["
", "import sys
import pandas as pd
import matplotlib··
print(\"Python version:\", sys.version)
print(\"Pandas version:\", pd.__version__)
print(\"Matplotlib version:\", matplotlib.__version__)", "print(\"hi\")", "print(\"hi\")", "Start writing python or Press Ctrl + E to ask Mito AI to write code for you.
"]
115 | // Ensure all code snippets are in the notebook
116 | codeSnippetsFromChatMessages.forEach(codeSnippet => {
> 117 | expect(codeFromCells).toContain(codeSnippet);
| ^
118 | });
119 | });
120 |
at forEach (/home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:117:35)
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:116:38
|
test-mitoai-frontend-jupyterlab (3.10, false)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
test-mitoai-frontend-jupyterlab (3.10, true)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
test-mitoai-frontend-jupyterlab (3.12, false)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
test-mitoai-frontend-jupyterlab (3.12, true)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
🎭 Playwright Run Summary
3 skipped
34 passed (7.6m)
|
🎭 Playwright Run Summary
3 skipped
34 passed (8.0m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan
3 skipped
33 passed (7.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › mitoai_ui_tests/agent.spec.ts:75:9 › Agent mode integration tests › Run agent's plan
3 skipped
33 passed (8.6m)
|