Release 2-8-25 #563
Annotations
3 errors, 1 warning, and 1 notice
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L1
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:82:7 › Mito AI Chat › Reject using cell toolbar button
Test timeout of 60000ms exceeded.
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L1
2) [chromium] › mitoai_ui_tests/mitoai.spec.ts:101:7 › Mito AI Chat › Edit Message ───────────────
Test timeout of 60000ms exceeded.
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L134
2) [chromium] › mitoai_ui_tests/mitoai.spec.ts:101:7 › Mito AI Chat › Edit Message ───────────────
Error: expect(locator).not.toBeVisible()
Locator: locator('.message-assistant').getByRole('button', { name: 'Save' })
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 5000ms
- waiting for locator('.message-assistant').getByRole('button', { name: 'Save' })
132 | await expect(page.locator('.message-assistant .message-edit-button')).not.toBeVisible();
133 | await page.locator('.message-assistant p').last().dblclick();
> 134 | await expect(page.locator('.message-assistant').getByRole('button', { name: 'Save' })).not.toBeVisible();
| ^
135 | });
136 |
137 | test('Code diffs are automatically rejected before new messages are sent', async ({ page }) => {
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:134:96
|
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
2 flaky
[chromium] › mitoai_ui_tests/mitoai.spec.ts:82:7 › Mito AI Chat › Reject using cell toolbar button
[chromium] › mitoai_ui_tests/mitoai.spec.ts:101:7 › Mito AI Chat › Edit Message ────────────────
3 skipped
26 passed (4.9m)
|
Loading