Add missing mitosheet project URLs #3666
Annotations
3 errors and 1 notice
|
Start a server and run tests:
tests/notebook_ui_tests/notebook.mitosheet.spec.ts#L11
1) [chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:9:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8888/
Call log:
- navigating to "http://localhost:8888/", waiting until "load"
9 | test('renders a mitosheet.sheet() and generates code', async ({ page }) => {
10 |
> 11 | await page.goto('http://localhost:8888/');
| ^
12 | await page.getByRole('menuitem', { name: 'New' }).click();
13 |
14 | const popupPromise = page.waitForEvent('popup');
at /home/runner/work/mito/mito/tests/notebook_ui_tests/notebook.mitosheet.spec.ts:11:16
|
|
Start a server and run tests:
tests/notebook_ui_tests/notebook.mitosheet.spec.ts#L11
1) [chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:9:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8888/
Call log:
- navigating to "http://localhost:8888/", waiting until "load"
9 | test('renders a mitosheet.sheet() and generates code', async ({ page }) => {
10 |
> 11 | await page.goto('http://localhost:8888/');
| ^
12 | await page.getByRole('menuitem', { name: 'New' }).click();
13 |
14 | const popupPromise = page.waitForEvent('popup');
at /home/runner/work/mito/mito/tests/notebook_ui_tests/notebook.mitosheet.spec.ts:11:16
|
|
Start a server and run tests:
tests/notebook_ui_tests/notebook.mitosheet.spec.ts#L11
1) [chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:9:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:8888/
Call log:
- navigating to "http://localhost:8888/", waiting until "load"
9 | test('renders a mitosheet.sheet() and generates code', async ({ page }) => {
10 |
> 11 | await page.goto('http://localhost:8888/');
| ^
12 | await page.getByRole('menuitem', { name: 'New' }).click();
13 |
14 | const popupPromise = page.waitForEvent('popup');
at /home/runner/work/mito/mito/tests/notebook_ui_tests/notebook.mitosheet.spec.ts:11:16
|
|
Start a server and run tests
1 flaky
[chromium] › notebook_ui_tests/notebook.mitosheet.spec.ts:9:7 › Mitosheet Jupyter Notebook integration › renders a mitosheet.sheet() and generates code
|
Loading