Re-added expanded logging to Mito AI #327
Annotations
2 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:27:7 › Mito AI Chat › Preview and Accept AI Generated 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:27:7 › Mito AI Chat › Preview and Accept AI Generated 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:37:29
|
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/mitoai.spec.ts:27:7 › Mito AI Chat › Preview and Accept AI Generated Code
2 skipped
25 passed (3.3m)
|
Loading