Agent mode: frontend #569
Annotations
6 errors, 1 warning, and 1 notice
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L383
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:355:7 › Mito AI Chat › Restore message history ────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.message-assistant')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.message-assistant')
9 × locator resolved to 0 elements
- unexpected value "0"
381 | // the message-user class on the chat input also
382 | await expect(page.locator('.message-user')).toHaveCount(2);
> 383 | await expect(page.locator('.message-assistant')).toHaveCount(1);
| ^
384 | });
385 | });
386 |
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:383:54
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L1
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:355:7 › Mito AI Chat › Restore message history ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L376
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:355:7 › Mito AI Chat › Restore message history ────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Select Kernel' })
374 | await page.reload({waitForIsReady: false});
375 | await Promise.all([
> 376 | page.getByRole('button', { name: 'Select Kernel' }).click(),
| ^
377 | waitForIdle(page)
378 | ]);
379 |
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:376:59
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L383
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:355:7 › Mito AI Chat › Restore message history ────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.message-assistant')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.message-assistant')
9 × locator resolved to 0 elements
- unexpected value "0"
381 | // the message-user class on the chat input also
382 | await expect(page.locator('.message-user')).toHaveCount(2);
> 383 | await expect(page.locator('.message-assistant')).toHaveCount(1);
| ^
384 | });
385 | });
386 |
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:383:54
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L383
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:355:7 › Mito AI Chat › Restore message history ────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.message-assistant')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.message-assistant')
9 × locator resolved to 0 elements
- unexpected value "0"
381 | // the message-user class on the chat input also
382 | await expect(page.locator('.message-user')).toHaveCount(2);
> 383 | await expect(page.locator('.message-assistant')).toHaveCount(1);
| ^
384 | });
385 | });
386 |
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:383:54
|
Start a server and run tests
Process completed with exit code 1.
|
Install dependencies
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.
|
Start a server and run tests
1 failed
[chromium] › mitoai_ui_tests/mitoai.spec.ts:355:7 › Mito AI Chat › Restore message history ─────
3 skipped
28 passed (7.6m)
|
Loading