Release 2-8-25 #563
Annotations
4 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:186:7 › Mito AI Chat › Reject reverts preview cell to original code
Test timeout of 60000ms exceeded.
|
Start a server and run tests:
tests/mitoai_ui_tests/utils.ts#L70
1) [chromium] › mitoai_ui_tests/mitoai.spec.ts:186:7 › Mito AI Chat › Reject reverts preview cell to original code
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for locator('.chat-message-buttons').getByRole('button', { name: 'Overwrite Active Cell' })
at mitoai_ui_tests/utils.ts:70
68 |
69 | export const clickPreviewButton = async (page: IJupyterLabPageFixture) => {
> 70 | await page.locator('.chat-message-buttons').getByRole('button', { name: 'Overwrite Active Cell' }).click();
| ^
71 | await waitForIdle(page);
72 | }
73 |
at clickPreviewButton (/home/runner/work/mito/mito/tests/mitoai_ui_tests/utils.ts:70:104)
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:195:29
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L332
2) [chromium] › mitoai_ui_tests/mitoai.spec.ts:314:7 › Mito AI Chat › Active cell preview is displayed and updated when active cell changes
Error: expect(received).toContain(expected) // indexOf
Expected substring: "print(1)"
Received string: ""
330 |
331 | const activeCellPreview = await page.locator('.active-cell-preview-container').textContent();
> 332 | expect.soft(activeCellPreview).toContain('print(1)');
| ^
333 |
334 | // After changing the selected cell, the active cell preview should update
335 | await selectCell(page, 1);
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:332:36
|
Start a server and run tests:
tests/mitoai_ui_tests/mitoai.spec.ts#L340
2) [chromium] › mitoai_ui_tests/mitoai.spec.ts:314:7 › Mito AI Chat › Active cell preview is displayed and updated when active cell changes
Error: expect(received).toContain(expected) // indexOf
Expected substring: "print(2)"
Received string: ""
338 |
339 | const activeCellPreview2 = await page.locator('.active-cell-preview-container').textContent();
> 340 | expect.soft(activeCellPreview2).toContain('print(2)');
| ^
341 |
342 | await page.locator('.chat-input').fill('print hello world');
343 | await page.keyboard.press('Enter');
at /home/runner/work/mito/mito/tests/mitoai_ui_tests/mitoai.spec.ts:340:37
|
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:186:7 › Mito AI Chat › Reject reverts preview cell to original code
[chromium] › mitoai_ui_tests/mitoai.spec.ts:314:7 › Mito AI Chat › Active cell preview is displayed and updated when active cell changes
3 skipped
26 passed (4.2m)
|
Loading