Mutli chat history #73
Annotations
2 errors, 2 warnings, and 1 notice
Start a server and run tests:
tests/mitoai_ui_tests/agent.spec.ts#L269
1) [chromium] › mitoai_ui_tests/agent.spec.ts:242:9 › Stop Agent › Stop agent during error fixup ─
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Agent execution stopped')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Agent execution stopped')
267 |
268 | // Verify that the message "Agent stopped" is visible
> 269 | await expect(page.getByText('Agent execution stopped')).toBeVisible();
| ^
270 |
271 | // Verify we don't see the final error message
272 | const messages = await page.locator('.message-assistant-chat').all();
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:269:65
|
Start a server and run tests:
tests/mitoai_ui_tests/agent.spec.ts#L257
1) [chromium] › mitoai_ui_tests/agent.spec.ts:242:9 › Stop Agent › Stop agent during error fixup ─
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Expected retry message not found
Call Log:
- Test timeout of 60000ms exceeded
255 | throw new Error('Expected retry message not found');
256 | }
> 257 | }).toPass({ timeout: 45000 });
| ^
258 |
259 | // Click the Stop Agent button
260 | await page.getByRole('button', { name: 'Stop Agent' }).click();
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/agent.spec.ts:257:12
|
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
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 flaky
[chromium] › mitoai_ui_tests/agent.spec.ts:242:9 › Stop Agent › Stop agent during error fixup ──
3 skipped
39 passed (13.6m)
|
Loading