Mito AI: Restore chat on refresh #3463
Annotations
2 errors, 1 warning, and 1 notice
Start a server and run tests:
tests/dash_ui_tests/dash.spec.ts#L4
1) [chromium] › dash_ui_tests/dash.spec.ts:3:5 › Can render Mito spreadsheet ─────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8444/
Call log:
- navigating to "http://localhost:8444/", waiting until "load"
2 |
3 | test('Can render Mito spreadsheet', async ({ page }) => {
> 4 | await page.goto('http://localhost:8444/');
| ^
5 |
6 | // Check an element with the text "Import" is visible
7 | await expect(page.getByText('Import')).toBeVisible();
at /home/runner/work/mito/mito/tests/dash_ui_tests/dash.spec.ts:4:14
|
Start a server and run tests:
tests/dash_ui_tests/dash.spec.ts#L7
1) [chromium] › dash_ui_tests/dash.spec.ts:3:5 › Can render Mito spreadsheet ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect.toBeVisible: Error: strict mode violation: getByText('Import') resolved to 2 elements:
1) <p class="mito-toolbar-button-label">Import</p> aka getByRole('button', { name: '▾ Import' })
2) <code>from mitosheet.public.v3 import *↵import pandas a…</code> aka getByText('from mitosheet.public.v3')
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Import')
5 |
6 | // Check an element with the text "Import" is visible
> 7 | await expect(page.getByText('Import')).toBeVisible();
| ^
8 | });
at /home/runner/work/mito/mito/tests/dash_ui_tests/dash.spec.ts:7:42
|
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] › dash_ui_tests/dash.spec.ts:3:5 › Can render Mito spreadsheet ──────────────────────
|
Loading