Add missing mitosheet project URLs #3666
Annotations
2 errors and 1 notice
|
Start a server and run tests:
tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts#L120
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:110:7 › Mitosheet JupyterLab integration › Automatically inserts new cell if user deletes mitosheet code
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.jp-Notebook .jp-InputPrompt')
Expected: 1
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.jp-Notebook .jp-InputPrompt')
9 × locator resolved to 2 elements
- unexpected value "2"
118 | await page.locator('.jp-Notebook .jp-InputPrompt').nth(1).click();
119 | await page.keyboard.type('dd');
> 120 | await expect(page.locator('.jp-Notebook .jp-InputPrompt')).toHaveCount(1);
| ^
121 |
122 | // Make another edit and check that the modal doesn't appear, and that the cell below the mitosheet call has been updated
123 | await updateCellValue(page, 'new cell value', "'another cell value'");
at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:120:64
|
|
Start a server and run tests:
tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts#L120
1) [chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:110:7 › Mitosheet JupyterLab integration › Automatically inserts new cell if user deletes mitosheet code
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.jp-Notebook .jp-InputPrompt')
Expected: 1
Received: 2
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.jp-Notebook .jp-InputPrompt')
9 × locator resolved to 2 elements
- unexpected value "2"
118 | await page.locator('.jp-Notebook .jp-InputPrompt').nth(1).click();
119 | await page.keyboard.type('dd');
> 120 | await expect(page.locator('.jp-Notebook .jp-InputPrompt')).toHaveCount(1);
| ^
121 |
122 | // Make another edit and check that the modal doesn't appear, and that the cell below the mitosheet call has been updated
123 | await updateCellValue(page, 'new cell value', "'another cell value'");
at /home/runner/work/mito/mito/tests/jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:120:64
|
|
Start a server and run tests
1 flaky
[chromium] › jupyterlab_ui_tests/jupyterlab.mitosheet.spec.ts:110:7 › Mitosheet JupyterLab integration › Automatically inserts new cell if user deletes mitosheet code
5 skipped
4 passed (1.6m)
|
Loading