Add missing mitosheet project URLs #3666
Annotations
5 errors and 1 notice
|
Start a server and run tests
Process completed with exit code 1.
|
|
Start a server and run tests:
tests/dash_ui_tests/dash.spec.ts#L9
1) [chromium] › dash_ui_tests/dash.spec.ts:8:5 › Can render Mito spreadsheet ─────────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8444/
Call log:
- navigating to "http://localhost:8444/", waiting until "load"
7 |
8 | test('Can render Mito spreadsheet', async ({ page }) => {
> 9 | await page.goto('http://localhost:8444/');
| ^
10 |
11 | // Check an element with the text "Import" is visible
12 | await expect(page.getByText('Import')).toBeVisible();
at /home/runner/work/mito/mito/tests/dash_ui_tests/dash.spec.ts:9:14
|
|
Start a server and run tests:
tests/dash_ui_tests/dash.spec.ts#L9
1) [chromium] › dash_ui_tests/dash.spec.ts:8:5 › Can render Mito spreadsheet ─────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8444/
Call log:
- navigating to "http://localhost:8444/", waiting until "load"
7 |
8 | test('Can render Mito spreadsheet', async ({ page }) => {
> 9 | await page.goto('http://localhost:8444/');
| ^
10 |
11 | // Check an element with the text "Import" is visible
12 | await expect(page.getByText('Import')).toBeVisible();
at /home/runner/work/mito/mito/tests/dash_ui_tests/dash.spec.ts:9:14
|
|
Start a server and run tests:
tests/dash_ui_tests/dash.spec.ts#L9
1) [chromium] › dash_ui_tests/dash.spec.ts:8:5 › Can render Mito spreadsheet ─────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8444/
Call log:
- navigating to "http://localhost:8444/", waiting until "load"
7 |
8 | test('Can render Mito spreadsheet', async ({ page }) => {
> 9 | await page.goto('http://localhost:8444/');
| ^
10 |
11 | // Check an element with the text "Import" is visible
12 | await expect(page.getByText('Import')).toBeVisible();
at /home/runner/work/mito/mito/tests/dash_ui_tests/dash.spec.ts:9:14
|
|
Start a server and run tests:
tests/dash_ui_tests/dash.spec.ts#L9
1) [chromium] › dash_ui_tests/dash.spec.ts:8: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"
7 |
8 | test('Can render Mito spreadsheet', async ({ page }) => {
> 9 | await page.goto('http://localhost:8444/');
| ^
10 |
11 | // Check an element with the text "Import" is visible
12 | await expect(page.getByText('Import')).toBeVisible();
at /home/runner/work/mito/mito/tests/dash_ui_tests/dash.spec.ts:9:14
|
|
Start a server and run tests
1 failed
[chromium] › dash_ui_tests/dash.spec.ts:8:5 › Can render Mito spreadsheet ──────────────────────
|
Loading